Skip to content

Commit 4f0d200

Browse files
authored
typo: fix parameter label annotation
1 parent 9b2522f commit 4f0d200

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)