From 12a7e6a591372778077de0e4d6255ba214cca06c Mon Sep 17 00:00:00 2001 From: Rajat Jindal Date: Sat, 18 Nov 2017 10:18:39 -0800 Subject: [PATCH] trigger another ci build. make test-unit works for me --- cmd/helm/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/template.go b/cmd/helm/template.go index 596eade3d..75fed07f5 100644 --- a/cmd/helm/template.go +++ b/cmd/helm/template.go @@ -283,7 +283,7 @@ func writeToFile(outputDir string, name string, data string) { defer f.Close() - _, err = f.WriteString(fmt.Sprintf("#---\n# Source: %s\n%s", name, data)) + _, err = f.WriteString(fmt.Sprintf("##---\n# Source: %s\n%s", name, data)) if err != nil { panic(err)