fix bug in prune_blog: rm ''

This commit is contained in:
2026-06-17 18:21:28 +01:00
parent 70689047ca
commit 99b54df287
+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 "$out"
rm "$post"
done