mirror of
https://github.com/pyenv/pyenv.git
synced 2025-01-23 01:12:50 +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 "$@"
|