1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 07:13:53 -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

@@ -52,7 +52,7 @@ else
RBENV_COMMAND_PATH="${RBENV_ROOT}/versions/${RBENV_VERSION}/bin/${RBENV_COMMAND}"
fi
for script in $(rbenv-plugin-scripts which); do
for script in $(rbenv-hooks which); do
source "$script"
done