Skip to content

Commit

Permalink
Removing yaml tag of SETValues
Browse files Browse the repository at this point in the history
  • Loading branch information
prabdeb authored and simt2 committed Jul 19, 2018
1 parent 11989b5 commit d45c232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mhlib/mhConfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type MHConfig struct {
Simulate bool `yaml:"simulate"`
TargetContext string `yaml:"targetContext"`
Team string `yaml:"team"`
SETValues []string `yaml:"setValues"`
SETValues []string
}

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

0 comments on commit d45c232

Please sign in to comment.