Explorar el Código

Fix pyenv-uninstall not having the debug tracing invocation (#3020)

pull/3022/head
native-api hace 2 años
cometido por GitHub
padre
commit
cdd97d8c30
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      plugins/python-build/bin/pyenv-uninstall

+ 1
- 0
plugins/python-build/bin/pyenv-uninstall Ver fichero

@ -11,6 +11,7 @@
# See `pyenv versions` for a complete list of installed versions.
#
set -e
[ -n "$PYENV_DEBUG" ] && set -x
# Provide pyenv completions
if [ "$1" = "--complete" ]; then

Cargando…
Cancelar
Guardar