summaryrefslogtreecommitdiff
path: root/system/db/config.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-09 17:12:35 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-09 17:12:35 -0700
commit27bf80992138e23715cb8eb95af53a8cc66c403b (patch)
treec14284b30f8e7794e979723c26a4a824b6bc47de /system/db/config.go
parenta7f5427fee80fd638e012de5cfeb48d5be54cbcf (diff)
returning absolute import paths, will move to vendor in future commit
Diffstat (limited to 'system/db/config.go')
-rw-r--r--system/db/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/db/config.go b/system/db/config.go
index 4dc45e2..bfcafc6 100644
--- a/system/db/config.go
+++ b/system/db/config.go
@@ -8,7 +8,7 @@ import (
"net/url"
"time"
- "../admin/config"
+ "github.com/bosssauce/ponzu/system/admin/config"
"github.com/boltdb/bolt"
"github.com/gorilla/schema"