Sfoglia il codice sorgente

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

pull/3022/head
native-api 2 anni fa
committed by GitHub
parent
commit
cdd97d8c30
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      plugins/python-build/bin/pyenv-uninstall

+ 1
- 0
plugins/python-build/bin/pyenv-uninstall Vedi File

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

Caricamento…
Annulla
Salva