Explorar el Código

fix typo in function name

pull/1/head
FUSE Yoshio hace 12 años
padre
commit
f3ae8fd904
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      libexec/pyenv-which

+ 1
- 1
libexec/pyenv-which Ver fichero

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

Cargando…
Cancelar
Guardar