summaryrefslogtreecommitdiffstats
path: root/commands/new_site.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/new_site.go')
-rw-r--r--commands/new_site.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/new_site.go b/commands/new_site.go
index 9fb47096a..6fac2c22c 100644
--- a/commands/new_site.go
+++ b/commands/new_site.go
@@ -58,7 +58,6 @@ Use ` + "`hugo new [contentPath]`" + ` to create new content.`,
cc.baseBuilderCmd = b.newBuilderBasicCmd(cmd)
return cc
-
}
func (n *newSiteCmd) doNewSite(fs *hugofs.Fs, basepath string, force bool) error {