Skip to content

Commit

Permalink
fix secret namespace json tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Apr 15, 2019
1 parent 96132e3 commit d25d661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/secret.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type (
Secret struct {
ID int64 `json:"id,omitempty"`
RepoID int64 `json:"repo_id,omitempty"`
Namespace string `json:"repo_namespace,omitempty"`
Namespace string `json:"namespace,omitempty"`
Name string `json:"name,omitempty"`
Type string `json:"type,omitempty"`
Data string `json:"data,omitempty"`
Expand Down

0 comments on commit d25d661

Please sign in to comment.