Unverified Commit 1444376b authored by Stupig's avatar Stupig Committed by GitHub
Browse files

newline is missing for BaseContextFile (#1396)

parent 04486f89
Showing with 1 addition and 1 deletion
+1 -1
......@@ -146,7 +146,7 @@ func (ctx *templateContext) BaseContextFile() string {
if len(ctx.configs) > 0 {
bt, _ := json.Marshal(ctx.configs)
buff += ConfigFieldName + ": " + string(bt)
buff += ConfigFieldName + ": " + string(bt) + "\n"
}
if len(ctx.requiredSecrets) > 0 {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment