From e1b4d6f75d40f3c917dfe2fcfa97a9cddf533c16 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sun, 10 Mar 2024 18:10:03 +0000 Subject: [PATCH] Autosave: 2024-03-10 18:10:03 --- 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 31dcce6..5dd9987 100755 --- a/scripts/auto_save.sh +++ b/scripts/auto_save.sh @@ -29,6 +29,6 @@ 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")" -notify-send "Auto-save complete" "Zettelkasten changes committed to remote repository" git push +/usr/bin/notify-send "Auto-save complete" "Zettelkasten changes committed to remote repository"