mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 15:46:17 -04:00
reset isn't standard
This commit is contained in:
parent
63f29341d5
commit
783a5700c4
|
|
@ -13,7 +13,7 @@ if [ -d "$HOME/.rbenv/versions/$version" ]; then
|
|||
echo "export RBENV_VERSION=$version"
|
||||
else
|
||||
case $version in
|
||||
default|reset)
|
||||
default)
|
||||
echo "unset RBENV_VERSION"
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue