feat: remove success report; we only repoft failure

This commit is contained in:
Ayo Ayco 2025-06-23 13:52:05 +02:00
parent 59f1b57091
commit d6afb4e303

View file

@ -9,7 +9,6 @@ notesSync() {
git add . git add .
git commit -m "[script] update/add entrie/s" --quiet git commit -m "[script] update/add entrie/s" --quiet
git push --quiet git push --quiet
echo ">>> Sync success"
} || { } || {
# Report; TODO: write log # Report; TODO: write log
echo ">>> Sync failed" echo ">>> Sync failed"