ソースを参照

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

読み込み中…
キャンセル
保存