This commit is contained in:
Mike Farah
2021-07-19 19:58:47 +10:00
parent 3a6f73e836
commit 519cf1dcd7
3 changed files with 20 additions and 32 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ func formatYaml(yaml string, filename string) string {
panic(err)
}
streamEvaluator := NewStreamEvaluator()
_, err = streamEvaluator.Evaluate(filename, strings.NewReader(yaml), node, printer)
_, err = streamEvaluator.Evaluate(filename, strings.NewReader(yaml), node, printer, "")
if err != nil {
panic(err)
}