This commit is contained in:
2025-04-17 10:49:27 -07:00
parent 739e3f8837
commit 35ed3e1343
5 changed files with 8 additions and 7 deletions

View File

@@ -15,9 +15,9 @@ if [ -n "$(git status --porcelain "$bookmarks_file")" ]; then
git commit -m "Update bookmarks file"
# Push the changes and log output
#git push origin master
git push origin master
notify-send "Bookmarks updated" "Please push your changes."
notify-send "Bookmarks updated" "Push your changes."
else
notify-send "No changes" "No changes to the bookmarks file."
fi