From d6afb4e303da8bb22166da0142d8086f2617bb26 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 23 Jun 2025 13:52:05 +0200 Subject: [PATCH] feat: remove success report; we only repoft failure --- functions.sh | 1 - 1 file changed, 1 deletion(-) 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"