From 16b8a806a5ab383d5d2e45cbdd872e85ce075e40 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Wed, 27 Mar 2024 17:03:19 +0000 Subject: [PATCH] scripts: tweak autosave --- scripts/auto_save.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auto_save.sh b/scripts/auto_save.sh index 0972f5f..8dffbfe 100755 --- a/scripts/auto_save.sh +++ b/scripts/auto_save.sh @@ -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