Fix pyenv-uninstall not having the debug tracing invocation

This commit is contained in:
Ivan Pozdeev 2024-07-14 00:27:42 +03:00
parent adf3c2bccf
commit 4fc1aace68

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