Fix pyenv-uninstall not having the debug tracing invocation (#3020)
This commit is contained in:
parent
adf3c2bccf
commit
cdd97d8c30
@ -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…
x
Reference in New Issue
Block a user