Skip to content

Commit 0c83515

Browse files
authored
Merge pull request #89 from alloran/fix-sprig
fix sprig usage
2 parents 0b86aae + 30469c0 commit 0c83515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/files/render.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func renderFile(cfg *config.File) error {
6666
return err
6767
}
6868

69-
tpl, err := template.New(cfg.Target).Parse(string(tplContents))
69+
tpl, err := newTemplate(cfg.Target).Parse(string(tplContents))
7070
if err != nil {
7171
return err
7272
}

0 commit comments

Comments
 (0)