fix(commit): add space after quit option prompt

This commit is contained in:
Mohammad Rafiq 2025-06-14 11:05:00 +08:00
parent 809ca31362
commit 844e6b263e
No known key found for this signature in database

View file

@ -30,7 +30,7 @@ pkgs.writeShellScriptBin "commit" # bash
echo "$RESPONSE"
echo
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
case "$choice" in