mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
fix path of posts added to git
This commit is contained in:
parent
800ebe73f8
commit
b504f87e3c
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ class HarpBlog
|
||||||
post_dir = post_path(post_dir)
|
post_dir = post_path(post_dir)
|
||||||
delete_post_body(post_dir, id)
|
delete_post_body(post_dir, id)
|
||||||
delete_post_index(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
|
@mutated = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue