mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -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"
|
||||
else
|
||||
case $version in
|
||||
default|reset)
|
||||
default)
|
||||
echo "unset RBENV_VERSION"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue