Skip to content

Commit

Permalink
Fix minor typos
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
  • Loading branch information
awrichar committed Jul 7, 2022
1 parent 2cc00ff commit 9094bdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/types/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package types

type Namespace struct {
Name string `yaml:"name"`
RemoteName string `yaml:"remoteName,omitempty"`
RemoteName string `yaml:"remotename,omitempty"`
Description string `yaml:"description,omitempty"`
Plugins []string `yaml:"plugins"`
Multiparty *MultipartyConfig `yaml:"multiparty,omitempty"`
Expand Down

0 comments on commit 9094bdd

Please sign in to comment.