diff options
Diffstat (limited to 'source/filesystem.go')
-rw-r--r-- | source/filesystem.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/filesystem.go b/source/filesystem.go index ceea96ea5..e36b02124 100644 --- a/source/filesystem.go +++ b/source/filesystem.go @@ -22,7 +22,7 @@ import ( "strings" "github.com/spf13/cast" - "github.com/spf13/hugo/helpers" + "github.com/gohugoio/hugo/helpers" jww "github.com/spf13/jwalterweatherman" "golang.org/x/text/unicode/norm" ) |