fix(mage): actually pass the cli parameter to the function
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kolaente 2024-09-29 18:22:21 +02:00
parent daa7ad053c
commit 14a3156465
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

@ -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)
}