summaryrefslogtreecommitdiffstats
path: root/commands/new.go
diff options
context:
space:
mode:
authorSteve Francia <steve.francia@gmail.com>2015-12-08 17:38:26 -0500
committerSteve Francia <steve.francia@gmail.com>2015-12-08 17:38:48 -0500
commite29ede70556c2b5207032d30351f3b53a298ca0c (patch)
tree229e82600acffaa61ca72bacf2f36ebc08efdeb5 /commands/new.go
parentb81fc1be4e8cbf5e588c69f45b12f478b5118d0f (diff)
Fix some of the "new site" tests
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"