scripts: tweak autosave

This commit is contained in:
thomasabishop 2024-03-27 17:03:19 +00:00
parent 941e95ace6
commit 16b8a806a5

View file

@ -23,7 +23,7 @@ changes_exist="$(git status --porcelain | wc -l)"
# If no changes, exit. Else commit and push with timestamp
if [ "$changes_exist" -eq 0 ]; then
echo "No changes, exiting"
echo "No changes, exiting"
exit 0
fi