diff --git a/functions.sh b/functions.sh index de6ecd9..d6623a8 100644 --- a/functions.sh +++ b/functions.sh @@ -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"