소스 검색

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}"

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