summaryrefslogtreecommitdiff
path: root/http/bin/prune_blog
diff options
context:
space:
mode:
Diffstat (limited to 'http/bin/prune_blog')
-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