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