Committed

This commit is contained in:
2025-12-23 15:50:21 +00:00
parent 6da42bd82d
commit c21e077780

View File

@@ -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 </dev/tty
if [[ -z "$COMMIT_MSG" ]]; then
COMMIT_MSG="Committed"
fi