summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/wizard.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh
index 364a4705..83fbf07e 100644
--- a/internal/wizard.zsh
+++ b/internal/wizard.zsh
@@ -406,6 +406,7 @@ function ask() {
fi
typeset -g choice=
if read -t1 -k choice; then
+ choice=${(L)choice}
if [[ $choice == q ]]; then
quit
fi