fix(mage): actually pass the cli parameter to the function
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
daa7ad053c
commit
14a3156465
@ -1125,5 +1125,5 @@ func generateConfigYAMLFromJSON(yamlPath string, commented bool) {
|
||||
|
||||
// Create a yaml config file from the config-raw.json definition
|
||||
func (Generate) ConfigYAML(commented bool) {
|
||||
generateConfigYAMLFromJSON(DefaultConfigYAMLSamplePath, false)
|
||||
generateConfigYAMLFromJSON(DefaultConfigYAMLSamplePath, commented)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user