prune_blog also removes argfiles

This commit is contained in:
2026-06-18 09:20:50 +01:00
parent 76901304c4
commit 5e371cf734
+1 -1
View File
@@ -38,5 +38,5 @@ do
fi
echo "No source file found to match post ${post} in blog ${BLOG}: removing ${post}"
rm "$post"
rm -f "$post" "${post}.args"
done