diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-09 16:27:33 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-09 16:27:33 -0700 |
commit | a7f5427fee80fd638e012de5cfeb48d5be54cbcf (patch) | |
tree | 658014a3eada5009de87f31b8c81a47781923d9b /system/admin/admin.go | |
parent | 3b7e6a4cdbda6193cf45b0e60332ca16e68e0010 (diff) |
renaming import paths globally to ensure build is using new files, not ones from original repo
Diffstat (limited to 'system/admin/admin.go')
-rw-r--r-- | system/admin/admin.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 = `<!doctype html> |