diff --git a/magefile.go b/magefile.go index e1401b2c5..4f98cc462 100644 --- a/magefile.go +++ b/magefile.go @@ -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) }