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 c67fbe3..a4e5a02 100644
--- a/system/db/config.go
+++ b/system/db/config.go
@@ -8,7 +8,7 @@ import (
"strings"
"sync"
- "github.com/ponzu-cms/ponzu/system/admin/config"
+ "github.com/haturatu/ponzu/system/admin/config"
"github.com/boltdb/bolt"
"github.com/gorilla/schema"