summaryrefslogtreecommitdiffstats
path: root/output/outputFormat.go
diff options
context:
space:
mode:
Diffstat (limited to 'output/outputFormat.go')
-rw-r--r--output/outputFormat.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/outputFormat.go b/output/outputFormat.go
index 0845b5d31..6e5f42930 100644
--- a/output/outputFormat.go
+++ b/output/outputFormat.go
@@ -23,7 +23,7 @@ import (
"github.com/mitchellh/mapstructure"
- "github.com/spf13/hugo/media"
+ "github.com/gohugoio/hugo/media"
)
// Format represents an output representation, usually to a file on disk.