summaryrefslogtreecommitdiffstats
path: root/hugolib/site_test.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-04-08 21:11:44 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-04-08 21:11:44 +0200
commitf2ff77f3ac3d2f347cc81f7aabf15d5b55cf2e0c (patch)
tree521272a74d64ec285dc45a895504300d8b47c3c9 /hugolib/site_test.go
parentebf3cef1624cbb56e6e6341e2b6f2539a625c370 (diff)
Make Hugo build without Mercurial
By creating a fork of the Bitbucket inflect repo. It hasn't changed since 2013, so it must be considered pretty stable. Fixes #2062
Diffstat (limited to 'hugolib/site_test.go')
-rw-r--r--hugolib/site_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/site_test.go b/hugolib/site_test.go
index 8cbe35d44..9f0abc98c 100644
--- a/hugolib/site_test.go
+++ b/hugolib/site_test.go
@@ -23,7 +23,7 @@ import (
"testing"
"time"
- "bitbucket.org/pkg/inflect"
+ "github.com/bep/inflect"
"github.com/spf13/hugo/helpers"
"github.com/spf13/hugo/hugofs"