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