From 22bad0856c1317e766809cefa9fcaf46e5edfffb Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 26 Feb 2024 19:10:38 +0000 Subject: [PATCH] scripts: update logging 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 c43040c..ac6033e 100755 --- a/scripts/auto_save.sh +++ b/scripts/auto_save.sh @@ -24,7 +24,7 @@ if [ "$changes_exist" -eq 0 ]; then exit 0 fi -echo "Updating remote..." +echo "Changes exist. Updating remote..." git pull >/dev/null 2>&1 git add . git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")"