summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-17 18:21:28 +0100
committerJoe Carstairs <me@joeac.net>2026-06-17 18:21:28 +0100
commit99b54df28725f71f22bb8c38dcba675fcb9506fc (patch)
treef162a9f92a751d184dd8d29dba1e75fe335aa162 /http
parent70689047cae29c6a2c7f633531f97405c2e8f5a1 (diff)
fix bug in prune_blog: rm ''
Diffstat (limited to 'http')
-rwxr-xr-xhttp/bin/prune_blog2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/bin/prune_blog b/http/bin/prune_blog
index 35f7c3c..c972c61 100755
--- a/http/bin/prune_blog
+++ b/http/bin/prune_blog
@@ -38,5 +38,5 @@ do
fi
echo "No source file found to match post ${post} in blog ${BLOG}: removing ${post}"
- rm "$out"
+ rm "$post"
done