summaryrefslogtreecommitdiff
path: root/cmd/gomplate
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gomplate')
-rw-r--r--cmd/gomplate/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gomplate/main.go b/cmd/gomplate/main.go
index 110a0503..cbd3f744 100644
--- a/cmd/gomplate/main.go
+++ b/cmd/gomplate/main.go
@@ -85,7 +85,7 @@ func newGomplateCmd() *cobra.Command {
Str("build", version.GitCommit).
Msgf("config is:\n%v", cfg)
- err = gomplate.RunTemplatesWithContext(ctx, cfg)
+ err = gomplate.Run(ctx, cfg)
cmd.SilenceErrors = true
cmd.SilenceUsage = true