mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-03 12:04:22 -05:00
Make "y/N" prompt consistent with others (#3080)
This commit is contained in:
parent
468dc81107
commit
d201daeb33
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ uninstall-python() {
|
|||
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