Skip to content

Commit

Permalink
typo: fix parameter label annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcheung committed Jun 8, 2020
1 parent 9b2522f commit 4f0d200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/moduleconfig/module_config.go
Expand Up @@ -18,7 +18,7 @@ type ModuleConfig struct {

type Parameter struct {
Field string
Label string `yaml:"value,omitempty"`
Label string `yaml:"label,omitempty"`
Options []string `yaml:"options,omitempty"`
Execute string `yaml:"execute,omitempty"`
Value string `yaml:"value,omitempty"`
Expand Down

0 comments on commit 4f0d200

Please sign in to comment.