diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-09 16:27:33 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-09 16:27:33 -0700 |
commit | a7f5427fee80fd638e012de5cfeb48d5be54cbcf (patch) | |
tree | 658014a3eada5009de87f31b8c81a47781923d9b /content | |
parent | 3b7e6a4cdbda6193cf45b0e60332ca16e68e0010 (diff) |
renaming import paths globally to ensure build is using new files, not ones from original repo
Diffstat (limited to 'content')
-rw-r--r-- | content/post.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/post.go b/content/post.go index e08106c..99887d8 100644 --- a/content/post.go +++ b/content/post.go @@ -3,7 +3,7 @@ package content import ( "fmt" - "github.com/bosssauce/ponzu/management/editor" + "../management/editor" ) // Post is the generic content struct |