feat: updated commit message

This commit is contained in:
Ayo Ayco 2025-06-23 14:33:43 +02:00
parent cac4c904ac
commit 8909dbe41e

View file

@ -7,7 +7,7 @@ notesSync() {
cd "$path" cd "$path"
git pull --quiet git pull --quiet
git add . git add .
git commit -m "[script] update/add entrie/s" --quiet git commit -m "[bash script] update/add entries" >> /dev/null
git push --quiet git push --quiet
} || { } || {
# Report; TODO: write log # Report; TODO: write log