summaryrefslogtreecommitdiff
path: root/system/db/config.go
diff options
context:
space:
mode:
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"