Remove unnecessary rm

This commit is contained in:
JP Hastings-Spital 2024-07-16 22:31:43 +01:00
parent 99cc89ed84
commit dfbb18617f

View file

@ -55,7 +55,4 @@ git add -A
git commit -m "Update blog shortlinks"
git push -q
# Clean up
rm -r ${workdir}
echo "All files cleaned up; update complete!"