Skip to content

Commit d45c232

Browse files
prabdebsimt2
authored andcommitted
Removing yaml tag of SETValues
1 parent 11989b5 commit d45c232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mhlib/mhConfig.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type MHConfig struct {
2727
Simulate bool `yaml:"simulate"`
2828
TargetContext string `yaml:"targetContext"`
2929
Team string `yaml:"team"`
30-
SETValues []string `yaml:"setValues"`
30+
SETValues []string
3131
}
3232

3333
// DefaultMHConfig is the default mh config and will most likely be modified

0 commit comments

Comments
 (0)