summaryrefslogtreecommitdiffstats
path: root/hugolib/scratch.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/scratch.go')
-rw-r--r--hugolib/scratch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/scratch.go b/hugolib/scratch.go
index 4a80416f1..ca2c9d6a8 100644
--- a/hugolib/scratch.go
+++ b/hugolib/scratch.go
@@ -18,7 +18,7 @@ import (
"sort"
"sync"
- "github.com/spf13/hugo/tpl/math"
+ "github.com/gohugoio/hugo/tpl/math"
)
// Scratch is a writable context used for stateful operations in Page/Node rendering.