mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 15:46:17 -04:00
rbenv-versions doesn't require a default to be present
This commit is contained in:
parent
f84dc27c58
commit
1235cbd0ef
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash -e
|
||||
|
||||
RBENV_VERSION="$(rbenv-version)"
|
||||
RBENV_VERSION="$(rbenv-version || true)"
|
||||
|
||||
hit_prefix="* "
|
||||
miss_prefix=" "
|
||||
|
|
|
|||
Loading…
Reference in a new issue