소스 검색

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

pull/3022/head
native-api 2 달 전
committed by GitHub
부모
커밋
cdd97d8c30
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      plugins/python-build/bin/pyenv-uninstall

+ 1
- 0
plugins/python-build/bin/pyenv-uninstall 파일 보기

@ -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

불러오는 중...
취소
저장