From 4bcdd54e3caba4883517157ffc053c2d4cf205fd Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sat, 21 Jan 2023 13:50:01 +0000 Subject: [PATCH] Autosave: 2023-01-21 13:50:01 --- _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 ba5df73..baad90a 100755 --- a/_scripts/auto_save.sh +++ b/_scripts/auto_save.sh @@ -23,7 +23,7 @@ if [ "$CHANGES_EXIST" -eq 0 ]; then exit 0 fi -git pull | grep -v "already up to date" +git pull | grep -v "Already up to date." git add . git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")" git push -q