Forgotten to use configured indent size

This commit is contained in:
2022-05-05 10:46:22 +02:00
parent 71befefea8
commit 710b46061d

View File

@@ -189,7 +189,7 @@ func Generate(p *compose.Parser, katernayVersion, appName, appVersion, composeFi
}
defer fp.Close()
enc := yaml.NewEncoder(fp)
enc.SetIndent(2)
enc.SetIndent(writers.IndentSize)
enc.Encode(c)
}
}