summaryrefslogtreecommitdiffstats
path: root/hugolib/page_permalink_test.go
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-05-28 19:11:54 -0400
committerspf13 <steve.francia@gmail.com>2014-05-28 19:11:54 -0400
commit35a605976ecc110e21af4ae4eae8d92768249197 (patch)
treed7681524fcda4b2464fd270fda3633e3eaca63c5 /hugolib/page_permalink_test.go
parent7a8b754cada398241fc2d58d63ce58551f6c734c (diff)
SiteInfo is now a pointer on the Node
Diffstat (limited to 'hugolib/page_permalink_test.go')
-rw-r--r--hugolib/page_permalink_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/page_permalink_test.go b/hugolib/page_permalink_test.go
index 5bbf07da8..51306fade 100644
--- a/hugolib/page_permalink_test.go
+++ b/hugolib/page_permalink_test.go
@@ -41,7 +41,7 @@ func TestPermalink(t *testing.T) {
Section: "z",
Url: test.url,
},
- Site: SiteInfo{
+ Site: &SiteInfo{
BaseUrl: test.base,
},
},