fix path of posts added to git

This commit is contained in:
Sami Samhuri 2015-05-09 16:19:29 -07:00
parent 800ebe73f8
commit b504f87e3c

View file

@ -253,7 +253,7 @@ class HarpBlog
post_dir = post_path(post_dir)
delete_post_body(post_dir, id)
delete_post_index(post_dir, id)
git_commit('delete', id, post_path(post_dir))
git_commit('delete', id, post_dir)
@mutated = true
end