mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
5 lines
92 B
Bash
Executable file
5 lines
92 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
echo "set-local has been renamed to local" >&2
|
|
rbenv-local "$@"
|