Update text

This commit is contained in:
Oliver Davies 2025-09-07 19:41:19 +01:00
parent be00f92abf
commit 465fbe3e4e

2
zet
View file

@ -20,7 +20,7 @@ commit_changes() {
commit_message="$2" commit_message="$2"
git -C "$ZET_DIR" diff --quiet "$filename" || { git -C "$ZET_DIR" diff --quiet "$filename" || {
read -rp "Commit?: " commit_choice read -rp "Commit? " commit_choice
if [[ "$commit_choice" =~ ^[Yy]$ ]]; then if [[ "$commit_choice" =~ ^[Yy]$ ]]; then
git -C "$ZET_DIR" add "$filename" git -C "$ZET_DIR" add "$filename"