fix(commit): add space after quit option prompt
This commit is contained in:
parent
809ca31362
commit
844e6b263e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ pkgs.writeShellScriptBin "commit" # bash
|
||||||
echo "$RESPONSE"
|
echo "$RESPONSE"
|
||||||
echo
|
echo
|
||||||
echo "Choose an action:"
|
echo "Choose an action:"
|
||||||
read -p "Options: [y]es, [r]eroll, [e]dit, [q]uit?" -n 1 -r choice
|
read -p "Options: [y]es, [r]eroll, [e]dit, [q]uit? " -n 1 -r choice
|
||||||
echo
|
echo
|
||||||
|
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue