summaryrefslogtreecommitdiffstats
path: root/commands/gendocshelper.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/gendocshelper.go')
-rw-r--r--commands/gendocshelper.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/gendocshelper.go b/commands/gendocshelper.go
index 1d83232ec..ca781242e 100644
--- a/commands/gendocshelper.go
+++ b/commands/gendocshelper.go
@@ -19,8 +19,8 @@ import (
"os"
"path/filepath"
- "github.com/spf13/cobra"
"github.com/gohugoio/hugo/docshelper"
+ "github.com/spf13/cobra"
)
type genDocsHelper struct {