Kaynağa Gözat

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

pull/3081/head
David Poznik 1 yıl önce
işlemeyi yapan: GitHub
ebeveyn
işleme
d201daeb33
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      plugins/python-build/bin/pyenv-uninstall

+ 1
- 1
plugins/python-build/bin/pyenv-uninstall Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet