fix typo; s/vesions/versions/

also this will fix https://github.com/yyuu/python-virtualenv/issues/1
This commit is contained in:
Yamashita Yuu 2013-02-01 12:46:57 +09:00
parent 6d307c6e11
commit ee3c9bef5e

View file

@ -14,7 +14,7 @@ if [ -z "$versions" ] || [ -z "$PYENV_VERSION_FILE" ]; then
fi
# Make sure the specified version is installed.
pyenv-prefix "${vesions[@]}" >/dev/null
pyenv-prefix "${versions[@]}" >/dev/null
# Write the version out to disk.
rm -f "$PYENV_VERSION_FILE"