mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Working on 0.2.0-pre now
This commit is contained in:
parent
09291712ed
commit
7bbfecd9af
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export PATH="${libexec_path}:${PATH}"
|
|||
command="$1"
|
||||
case "$command" in
|
||||
"" | "-h" | "--help" )
|
||||
echo -e "rbenv 0.1.2\n$(rbenv-help)" >&2
|
||||
echo -e "rbenv 0.2.0-pre\n$(rbenv-help)" >&2
|
||||
;;
|
||||
* )
|
||||
command_path="$(command -v "rbenv-$command" || true)"
|
||||
|
|
Loading…
Reference in a new issue