From c21e077780a90aa26142249019681420642c9a68 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Tue, 23 Dec 2025 15:50:21 +0000 Subject: [PATCH] Committed --- git_automation.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/git_automation.sh b/git_automation.sh index a2211d7..ab1b9cd 100755 --- a/git_automation.sh +++ b/git_automation.sh @@ -19,9 +19,7 @@ while true; do echo "[INFO] Triggered at $(date)" - # Prompt the user for a commit message - read -rp "Enter commit message: " COMMIT_MSG - # Fallback if the user presses enter without typing a message + read -rp "Enter commit message: " COMMIT_MSG