feat: remove success report; we only repoft failure
This commit is contained in:
parent
59f1b57091
commit
d6afb4e303
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ notesSync() {
|
|||
git add .
|
||||
git commit -m "[script] update/add entrie/s" --quiet
|
||||
git push --quiet
|
||||
echo ">>> Sync success"
|
||||
} || {
|
||||
# Report; TODO: write log
|
||||
echo ">>> Sync failed"
|
||||
|
|
Loading…
Reference in a new issue