Quellcode durchsuchen

Make "y/N" prompt consistent with others (#3080)

pull/3081/head
David Poznik vor 1 Jahr
committed von GitHub
Ursprung
Commit
d201daeb33
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: B5690EEEBB952194
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      plugins/python-build/bin/pyenv-uninstall

+ 1
- 1
plugins/python-build/bin/pyenv-uninstall Datei anzeigen

@ -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 ;;

Laden…
Abbrechen
Speichern