From 827d7340f633e7340bf3eb3e6edb38b4b8a9c959 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 3 Feb 2023 13:55:07 +0000 Subject: [PATCH] smart-commit.sh seems to work perfectly --- smart-commit/smart-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-commit/smart-commit.sh b/smart-commit/smart-commit.sh index 5e3c42d..45adb08 100755 --- a/smart-commit/smart-commit.sh +++ b/smart-commit/smart-commit.sh @@ -6,5 +6,5 @@ if [ $STATUS_LEN = 0 ]; then exit 0 else git add . - git commit --verbose # -qm "CI/CD Commit: $(date -Iseconds)" + git commit -qm "CI/CD Commit: $(date -Iseconds)" fi