mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Fix pyenv-uninstall not having the debug tracing invocation (#3020)
This commit is contained in:
parent
adf3c2bccf
commit
cdd97d8c30
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue