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