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