Skip to content

Commit

Permalink
chore: change delimiter to allow func parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Mar 12, 2024
1 parent aff0baa commit e6d2f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: "))"},
},
}
}

0 comments on commit e6d2f1d

Please sign in to comment.