1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 11:33:49 -05:00

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

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