fixing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user