diff options
Diffstat (limited to 'system/db/user.go')
-rw-r--r-- | system/db/user.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/db/user.go b/system/db/user.go index e205a47..f6bc4db 100644 --- a/system/db/user.go +++ b/system/db/user.go @@ -6,7 +6,7 @@ import ( "errors" "github.com/boltdb/bolt" - "github.com/nilslice/cms/system/admin/user" + "github.com/bosssauce/ponzu/system/admin/user" ) // ErrUserExists is used for the db to report to admin user of existing user |