mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-23 13:34:13 +00: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 "$@"
|