From a7f5427fee80fd638e012de5cfeb48d5be54cbcf Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Sun, 9 Oct 2016 16:27:33 -0700 Subject: renaming import paths globally to ensure build is using new files, not ones from original repo --- system/admin/admin.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/admin/admin.go') diff --git a/system/admin/admin.go b/system/admin/admin.go index b375eb6..af8e688 100644 --- a/system/admin/admin.go +++ b/system/admin/admin.go @@ -6,8 +6,8 @@ import ( "bytes" "html/template" - "github.com/bosssauce/ponzu/content" - "github.com/bosssauce/ponzu/system/db" + "../../content" + "../../system/db" ) var startAdminHTML = ` -- cgit v1.2.3