Merge pull request #201 from yamotonalds/fix-typo

Fix typo
This commit is contained in:
Yamashita, Yuu
2017-02-18 09:21:12 -08:00
committed by GitHub

View File

@@ -375,7 +375,7 @@ if [ -n "$UPGRADE" ]; then
fi
fi
if [ -z "${VIRTUALEN_VERSION}" ]; then
if [ -z "${VIRTUALENV_VERSION}" ]; then
case "${PYENV_VERSION}" in
"3.0"* )
NO_ENSUREPIP=1