mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 07:13:53 -05:00
reset isn't standard
This commit is contained in:
@@ -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"
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user