From 8909dbe41e1e76616581971b57cb1111294e87c9 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 23 Jun 2025 14:33:43 +0200 Subject: [PATCH] feat: updated commit message --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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