From d435ab80ac1539df7daae4953eebf0feb825a4ed Mon Sep 17 00:00:00 2001 From: CPunch Date: Tue, 4 Oct 2022 13:13:46 -0500 Subject: [PATCH] fix: wrong paths in imdead.sh (oops) --- static/blog/imdead.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/blog/imdead.sh b/static/blog/imdead.sh index 99cc300..1f623b2 100644 --- a/static/blog/imdead.sh +++ b/static/blog/imdead.sh @@ -2,7 +2,7 @@ cd $HOME/deadman -postPatch='../dead.patch' +postPatch='dead.patch' pageName='content/pages/dead.md' currDate=$(date '+%Y-%m-%d')