Bläddra i källkod

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

pull/3022/head
native-api 2 månader sedan
committed by GitHub
förälder
incheckning
cdd97d8c30
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: B5690EEEBB952194
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      plugins/python-build/bin/pyenv-uninstall

+ 1
- 0
plugins/python-build/bin/pyenv-uninstall Visa fil

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

Laddar…
Avbryt
Spara