This commit is contained in:
2025-04-19 09:14:26 -07:00
parent dbca282194
commit 5b00715c4b
6 changed files with 48 additions and 20 deletions

View File

@@ -27,7 +27,7 @@ if [ -n "$(git status --porcelain "$bookmarks_file")" ]; then
# Push the changes and log output
GIT_SSH_COMMAND="ssh -i ~/.ssh/ry_ecdsa" git push origin master 2>&1 | tee -a /tmp/bookmark_git_push.log
notify-send "Bookmarks updated" "Push your changes."
notify-send "Bookmarks updated" "Changes pushed."
else
notify-send "No changes" "No changes to the bookmarks file."
fi