瀏覽代碼

fix typo in function name

pull/1/head
FUSE Yoshio 12 年之前
父節點
當前提交
f3ae8fd904
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      libexec/pyenv-which

+ 1
- 1
libexec/pyenv-which 查看文件

@ -51,7 +51,7 @@ fi
for version in "${versions[@]}"; do
if [ "$version" = "system" ]; then
PATH="$(remote_from_path "${PYENV_ROOT}/shims")"
PATH="$(remove_from_path "${PYENV_ROOT}/shims")"
PYENV_COMMAND_PATH="$(command -v "$PYENV_COMMAND")"
else
PYENV_COMMAND_PATH="${PYENV_ROOT}/versions/${version}/bin/${PYENV_COMMAND}"

Loading…
取消
儲存