1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 22:03:52 -05:00

rbenv-plugin-scripts -> rbenv-hooks; RBENV_PLUGIN_PATH -> RBENV_HOOK_PATH

This commit is contained in:
Sam Stephenson
2011-09-23 10:43:06 -05:00
parent eae5e5e092
commit f9fb3c934e
5 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ fi
RBENV_COMMAND_PATH="$(rbenv-which "$RBENV_COMMAND")"
RBENV_BIN_PATH="${RBENV_COMMAND_PATH%/*}"
for script in $(rbenv-plugin-scripts exec); do
for script in $(rbenv-hooks exec); do
source "$script"
done