summaryrefslogtreecommitdiffstats
path: root/hugolib/handler_file.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/handler_file.go')
-rw-r--r--hugolib/handler_file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/handler_file.go b/hugolib/handler_file.go
index f2166c5ef..82ea85fb2 100644
--- a/hugolib/handler_file.go
+++ b/hugolib/handler_file.go
@@ -17,7 +17,7 @@ import (
"bytes"
"github.com/dchest/cssmin"
- "github.com/spf13/hugo/source"
+ "github.com/gohugoio/hugo/source"
)
func init() {