mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-04 13:51:41 -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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
read -p "pyenv: remove $PREFIX? [y|N] "
|
read -p "pyenv: remove $PREFIX? (y/N) "
|
||||||
case "$REPLY" in
|
case "$REPLY" in
|
||||||
y | Y | yes | YES ) ;;
|
y | Y | yes | YES ) ;;
|
||||||
* ) exit 1 ;;
|
* ) exit 1 ;;
|
||||||
|
|
Loading…
Reference in a new issue