Ver a proveniência

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

pull/3022/head
native-api há 2 anos
committed by GitHub
ascendente
cometimento
cdd97d8c30
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      plugins/python-build/bin/pyenv-uninstall

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

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

Carregando…
Cancelar
Guardar