summaryrefslogtreecommitdiffstats
path: root/commands/genman.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/genman.go')
-rw-r--r--commands/genman.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/genman.go b/commands/genman.go
index dd85a6e6a..004e669e7 100644
--- a/commands/genman.go
+++ b/commands/genman.go
@@ -17,10 +17,10 @@ import (
"fmt"
"strings"
- "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"
)