mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
reset isn't standard
This commit is contained in:
parent
63f29341d5
commit
783a5700c4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if [ -d "$HOME/.rbenv/versions/$version" ]; then
|
||||||
echo "export RBENV_VERSION=$version"
|
echo "export RBENV_VERSION=$version"
|
||||||
else
|
else
|
||||||
case $version in
|
case $version in
|
||||||
default|reset)
|
default)
|
||||||
echo "unset RBENV_VERSION"
|
echo "unset RBENV_VERSION"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue