mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Silence the warning, too
This commit is contained in:
parent
1235cbd0ef
commit
cd24495045
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash -e
|
||||
|
||||
RBENV_VERSION="$(rbenv-version || true)"
|
||||
RBENV_VERSION="$(rbenv-version 2>/dev/null || true)"
|
||||
|
||||
hit_prefix="* "
|
||||
miss_prefix=" "
|
||||
|
|
Loading…
Reference in a new issue