diff --git a/bin/pyenv-update b/bin/pyenv-update index ddcde6c..978f77c 100755 --- a/bin/pyenv-update +++ b/bin/pyenv-update @@ -87,4 +87,6 @@ for repo in "${PYENV_ROOT}" "${PYENV_ROOT}/plugins/"*; do done shopt -u nullglob +pyenv rehash || STATUS="$?" + exit "$STATUS"