1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 15:23:53 -05:00

RBENV_HOME -> RBENV_ROOT

This commit is contained in:
Sam Stephenson
2011-09-11 12:04:59 -05:00
parent 8f6b0bc1d4
commit c36950a7cb

View File

@@ -2,7 +2,7 @@
set -e
RBENV_VERSION="$1"
RBENV_VERSION_FILE="${RBENV_HOME}/global"
RBENV_VERSION_FILE="${RBENV_ROOT}/global"
if [ -n "$RBENV_VERSION" ]; then
rbenv-version-file-write "$RBENV_VERSION_FILE" "$RBENV_VERSION"