mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Remove deprecated set-default and set-local commands
This commit is contained in:
parent
5052a4161c
commit
cd2094ff71
2 changed files with 0 additions and 18 deletions
|
@ -1,9 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
set -e
|
|
||||||
|
|
||||||
{ echo "rbenv: warning: \`set-default' has been renamed to \`global'"
|
|
||||||
echo " and will be removed in v0.3.0"
|
|
||||||
echo
|
|
||||||
} >&2
|
|
||||||
|
|
||||||
exec rbenv-global "$@"
|
|
|
@ -1,9 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
set -e
|
|
||||||
|
|
||||||
{ echo "rbenv: warning: \`set-local' has been renamed to \`local'"
|
|
||||||
echo " and will be removed in v0.3.0"
|
|
||||||
echo
|
|
||||||
} >&2
|
|
||||||
|
|
||||||
exec rbenv-local "$@"
|
|
Loading…
Reference in a new issue