Update text
This commit is contained in:
parent
be00f92abf
commit
465fbe3e4e
1 changed files with 1 additions and 1 deletions
2
zet
2
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue