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 cd5c8c84e..dd85a6e6a 100644
--- a/commands/genman.go
+++ b/commands/genman.go
@@ -19,8 +19,8 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/cobra/doc"
- "github.com/spf13/hugo/helpers"
- "github.com/spf13/hugo/hugofs"
+ "github.com/gohugoio/hugo/helpers"
+ "github.com/gohugoio/hugo/hugofs"
jww "github.com/spf13/jwalterweatherman"
)