Skip to content

Commit a3384fd

Browse files
authored
Merge pull request #150 from commitdev/annotation-typo
typo: fix parameter label annotation
2 parents 9b2522f + 4f0d200 commit a3384fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/moduleconfig/module_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type ModuleConfig struct {
1818

1919
type Parameter struct {
2020
Field string
21-
Label string `yaml:"value,omitempty"`
21+
Label string `yaml:"label,omitempty"`
2222
Options []string `yaml:"options,omitempty"`
2323
Execute string `yaml:"execute,omitempty"`
2424
Value string `yaml:"value,omitempty"`

0 commit comments

Comments
 (0)