瀏覽代碼

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

pull/3022/head
native-api 2 月之前
committed by GitHub
父節點
當前提交
cdd97d8c30
沒有發現已知的金鑰在資料庫的簽署中 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

Loading…
取消
儲存