summaryrefslogtreecommitdiffstats
path: root/create
diff options
context:
space:
mode:
Diffstat (limited to 'create')
-rw-r--r--create/content_template_handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/content_template_handler.go b/create/content_template_handler.go
index 0a444abf6..3b1f850c5 100644
--- a/create/content_template_handler.go
+++ b/create/content_template_handler.go
@@ -82,7 +82,7 @@ func executeArcheTypeAsTemplate(s *hugolib.Site, kind, targetPath, archetypeFile
)
sp := source.NewSourceSpec(s.Deps.Cfg, s.Deps.Fs)
- f := sp.NewFileInfo("", targetPath, nil)
+ f := sp.NewFileInfo("", targetPath, false, nil)
data := ArchetypeFileData{
Type: kind,