From f3ae8fd9042132415c0a0b9cc1f9df3a1a5a2f1a Mon Sep 17 00:00:00 2001 From: FUSE Yoshio Date: Sun, 9 Sep 2012 21:45:44 +0900 Subject: [PATCH] fix typo in function name --- libexec/pyenv-which | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/pyenv-which b/libexec/pyenv-which index 030ea6dc..d110f157 100755 --- a/libexec/pyenv-which +++ b/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}"