From bf727942bc3e8d292edeff8e3828ae5ccb770fa1 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sat, 21 Jan 2023 13:47:48 +0000 Subject: [PATCH] Autosave: 2023-01-21 13:47:48 --- _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 9b55cc5..361f894 100755 --- a/_scripts/auto_save.sh +++ b/_scripts/auto_save.sh @@ -26,4 +26,4 @@ fi git pull >/dev/null 2>&1 git add . git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")" -git push -q +git push