mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-12 16:46:16 -04:00
6 lines
98 B
Bash
Executable file
6 lines
98 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
echo "set-default has been renamed to default" >&2
|
|
rbenv-default "$@"
|