diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2020-08-10 10:48:01 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2020-08-23 19:31:31 -0400 |
| commit | 4be2c38bab8877d69d5f8f4a5f0370b6672fe0e6 (patch) | |
| tree | 3f9edd6bddeaaba5717f490231bd35eebdf58891 /gomplate.go | |
| parent | 406832735e6c2d4f1598502405058f543b1ca16e (diff) | |
Add experimental mode
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'gomplate.go')
| -rw-r--r-- | gomplate.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gomplate.go b/gomplate.go index 8922611e..d0fb3959 100644 --- a/gomplate.go +++ b/gomplate.go @@ -140,7 +140,7 @@ func Run(ctx context.Context, cfg *config.Config) error { if err != nil { return err } - funcMap := Funcs(d) + funcMap := CreateFuncs(ctx, d) err = bindPlugins(ctx, cfg, funcMap) if err != nil { return err |
