summaryrefslogtreecommitdiffstats
path: root/commands/list.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/list.go')
-rw-r--r--commands/list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/list.go b/commands/list.go
index 4f3319c57..b2a6b5395 100644
--- a/commands/list.go
+++ b/commands/list.go
@@ -16,8 +16,8 @@ package commands
import (
"path/filepath"
- "github.com/spf13/cobra"
"github.com/gohugoio/hugo/hugolib"
+ "github.com/spf13/cobra"
jww "github.com/spf13/jwalterweatherman"
)