diff --git a/context/template.go b/context/template.go index 7531fa28..892368c3 100644 --- a/context/template.go +++ b/context/template.go @@ -29,7 +29,7 @@ func (k Context) NewStructTemplater(vals map[string]any, requiredTag string, fun RequiredTag: requiredTag, DelimSets: []gomplate.Delims{ {Left: "{{", Right: "}}"}, - {Left: "$(", Right: ")"}, + {Left: "$((", Right: "))"}, }, } }