mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 23:33:45 -05:00
RBENV_HOME -> RBENV_ROOT
This commit is contained in:
@@ -13,7 +13,7 @@ else
|
||||
print_version="$(rbenv-version)"
|
||||
fi
|
||||
|
||||
for path in "${RBENV_HOME}/versions/"*; do
|
||||
for path in "${RBENV_ROOT}/versions/"*; do
|
||||
if [ -d "$path" ]; then
|
||||
version="${path##*/}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user