We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11989b5 commit d45c232Copy full SHA for d45c232
mhlib/mhConfig.go
@@ -27,7 +27,7 @@ type MHConfig struct {
27
Simulate bool `yaml:"simulate"`
28
TargetContext string `yaml:"targetContext"`
29
Team string `yaml:"team"`
30
- SETValues []string `yaml:"setValues"`
+ SETValues []string
31
}
32
33
// DefaultMHConfig is the default mh config and will most likely be modified
0 commit comments