diff options
Diffstat (limited to 'templater/templater.go')
-rw-r--r-- | templater/templater.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templater/templater.go b/templater/templater.go index 6ca7e6770a06..fc7433ff10e3 100644 --- a/templater/templater.go +++ b/templater/templater.go @@ -23,7 +23,8 @@ type TemplateNotFoundError struct { // Error that is caused during templating, e.g. required value being absent or invalid template format type TemplatingError struct { - meep.AllTraits + meep.TraitAutodescribing + meep.TraitCausable } func LoadAndPrepareTemplates(include *[]string, exclude *[]string, c *context.Context) (output []string, err error) { |