mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
RBENV_HOME -> RBENV_ROOT
This commit is contained in:
parent
8f6b0bc1d4
commit
c36950a7cb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue