summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--create/content.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/content.go b/create/content.go
index 0b9f27797..f8629a778 100644
--- a/create/content.go
+++ b/create/content.go
@@ -95,7 +95,7 @@ func NewContent(h *hugolib.HugoSites, kind, targetPath string, force bool) error
}
if ext == "" {
- return "", fmt.Errorf("failed to resolve %q to a archetype template", targetPath)
+ return "", fmt.Errorf("failed to resolve %q to an archetype template", targetPath)
}
if !files.IsContentFile(b.targetPath) {