mirror of
https://github.com/pyenv/pyenv.git
synced 2025-12-08 23:41:26 +09:00
Silence the warning, too
This commit is contained in:
parent
1235cbd0ef
commit
cd24495045
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash -e
|
#!/usr/bin/env bash -e
|
||||||
|
|
||||||
RBENV_VERSION="$(rbenv-version || true)"
|
RBENV_VERSION="$(rbenv-version 2>/dev/null || true)"
|
||||||
|
|
||||||
hit_prefix="* "
|
hit_prefix="* "
|
||||||
miss_prefix=" "
|
miss_prefix=" "
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user