summaryrefslogtreecommitdiff
path: root/system/db/user.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/db/user.go')
-rw-r--r--system/db/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/db/user.go b/system/db/user.go
index f4862b5..a3a0be3 100644
--- a/system/db/user.go
+++ b/system/db/user.go
@@ -5,7 +5,7 @@ import (
"encoding/json"
"errors"
- "../admin/user"
+ "github.com/bosssauce/ponzu/system/admin/user"
"github.com/boltdb/bolt"
)