summaryrefslogtreecommitdiffstats
path: root/commands/new.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/new.go')
-rw-r--r--commands/new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/new.go b/commands/new.go
index 39454e6c8..d465e83ff 100644
--- a/commands/new.go
+++ b/commands/new.go
@@ -15,12 +15,12 @@ package commands
import (
"bytes"
+ "errors"
"os"
"path/filepath"
"strings"
"time"
- "errors"
"github.com/spf13/cobra"
"github.com/spf13/hugo/create"
"github.com/spf13/hugo/helpers"