diff options
Diffstat (limited to 'cmd/ponzu/options.go')
-rw-r--r-- | cmd/ponzu/options.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/options.go b/cmd/ponzu/options.go index 2c162ed..8204155 100644 --- a/cmd/ponzu/options.go +++ b/cmd/ponzu/options.go @@ -57,7 +57,7 @@ package content import ( "fmt" - "github.com/bosssauce/ponzu/management/editor" + "../management/editor" ) // {{ .name }} is the generic content struct |