mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
Fix typo
This commit is contained in:
parent
53dd8bcf46
commit
304dff741f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue