diff options
Diffstat (limited to 'commands/new.go')
-rw-r--r-- | commands/new.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/new.go b/commands/new.go index 576976e8e..a2d873717 100644 --- a/commands/new.go +++ b/commands/new.go @@ -72,7 +72,6 @@ func (n *newCmd) newContent(cmd *cobra.Command, args []string) error { } c, err := initializeConfig(true, false, &n.hugoBuilderCommon, n, cfgInit) - if err != nil { return err } |