From 465fbe3e4e856c50d332df73a261d149a17e9176 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 7 Sep 2025 19:41:19 +0100 Subject: [PATCH] Update text --- zet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zet b/zet index 9c77f48..7360906 100755 --- a/zet +++ b/zet @@ -20,7 +20,7 @@ commit_changes() { commit_message="$2" git -C "$ZET_DIR" diff --quiet "$filename" || { - read -rp "Commit?: " commit_choice + read -rp "Commit? " commit_choice if [[ "$commit_choice" =~ ^[Yy]$ ]]; then git -C "$ZET_DIR" add "$filename"