diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-12-17 21:44:15 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-12-17 21:44:15 +0300 |
commit | 16bb3104ca4e46e692f8e93c7c0a192b023c9b9f (patch) | |
tree | 831fa4eedabe2506d5f481629c33f8a1faafd91f | |
parent | 553bf08a74aa77d9810743c2b52d5a331066317c (diff) |
typo
-rwxr-xr-x | internal/wizard.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh index 857e111c..ceba1b30 100755 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -355,7 +355,7 @@ function install_font() { flowing +c -i 5 " 2. Open %BiTerm2%b." print -P "" local key= - read -k key${(%):-"?%BWill you restart iTerm2 before proceeding? [yN]: %b" || quit -c + read -k key${(%):-"?%BWill you restart iTerm2 before proceeding? [yN]: %b"} || quit -c [[ $key = (y|Y) ]] && exit 69 print -P "" print -P "It's important to %Brestart iTerm2%b for the changes to take effect." |