summaryrefslogtreecommitdiffstats
path: root/commands/gendoc.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/gendoc.go')
-rw-r--r--commands/gendoc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/gendoc.go b/commands/gendoc.go
index 70e87dd6f..c4840050b 100644
--- a/commands/gendoc.go
+++ b/commands/gendoc.go
@@ -20,10 +20,10 @@ import (
"strings"
"time"
- "github.com/spf13/cobra"
- "github.com/spf13/cobra/doc"
"github.com/gohugoio/hugo/helpers"
"github.com/gohugoio/hugo/hugofs"
+ "github.com/spf13/cobra"
+ "github.com/spf13/cobra/doc"
jww "github.com/spf13/jwalterweatherman"
)