Explorar el Código

Add (y/N) prompt help text (#404)

pull/413/head
Seonghyeon Cho hace 2 años
cometido por GitHub
padre
commit
5509c25ac1
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bin/pyenv-virtualenv-delete

+ 1
- 1
bin/pyenv-virtualenv-delete Ver fichero

@ -88,7 +88,7 @@ if [ -z "$FORCE" ]; then
exit 1
fi
read -p "pyenv-virtualenv: remove $PREFIX? "
read -p "pyenv-virtualenv: remove $PREFIX? (y/N) "
case "$REPLY" in
y* | Y* ) ;;
* ) exit 1 ;;

Cargando…
Cancelar
Guardar