mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Add space after yes/no prompt (#2040)
This commit is contained in:
parent
70d7749584
commit
a65af6570d
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ if [ -z "$FORCE" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
read -p "pyenv: remove $PREFIX? [y|N]"
|
||||
read -p "pyenv: remove $PREFIX? [y|N] "
|
||||
case "$REPLY" in
|
||||
y | Y | yes | YES ) ;;
|
||||
* ) exit 1 ;;
|
||||
|
|
Loading…
Reference in a new issue