summaryrefslogtreecommitdiffstats
path: root/tpl/template.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/template.go')
-rw-r--r--tpl/template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/template.go b/tpl/template.go
index bdb917ba9..e04d2cc6c 100644
--- a/tpl/template.go
+++ b/tpl/template.go
@@ -35,7 +35,7 @@ type TemplateHandler interface {
TemplateFinder
AddTemplate(name, tpl string) error
AddLateTemplate(name, tpl string) error
- LoadTemplates(absPath, prefix string)
+ LoadTemplates(prefix string)
PrintErrors()
MarkReady()