diff options
Diffstat (limited to 'system/admin/filesystem.go')
-rw-r--r-- | system/admin/filesystem.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/admin/filesystem.go b/system/admin/filesystem.go index 758966b..ff4d9e0 100644 --- a/system/admin/filesystem.go +++ b/system/admin/filesystem.go @@ -7,8 +7,8 @@ import ( "path/filepath" "strings" - "github.com/ponzu-cms/ponzu/system/db" - "github.com/ponzu-cms/ponzu/system/item" + "github.com/haturatu/ponzu/system/db" + "github.com/haturatu/ponzu/system/item" ) func deleteUploadFromDisk(target string) error { |