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

This commit is contained in:
native-api 2024-07-20 21:22:50 +03:00 committed by GitHub
parent adf3c2bccf
commit cdd97d8c30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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