summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/ponzu/main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go
index 0bb92d2..c324a88 100644
--- a/cmd/ponzu/main.go
+++ b/cmd/ponzu/main.go
@@ -7,6 +7,7 @@ import (
"net/http"
"os"
"os/exec"
+ "path/filepath"
"strings"
"github.com/ponzu-cms/ponzu/system/admin"
@@ -15,8 +16,6 @@ import (
"github.com/ponzu-cms/ponzu/system/db"
"github.com/ponzu-cms/ponzu/system/tls"
- "path/filepath"
-
_ "github.com/ponzu-cms/ponzu/content"
)