Skip to content

Commit 61a5c7f

Browse files
authored
Merge pull request #201 from yamotonalds/fix-typo
Fix typo
2 parents 53dd8bc + 304dff7 commit 61a5c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/pyenv-virtualenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ if [ -n "$UPGRADE" ]; then
375375
fi
376376
fi
377377

378-
if [ -z "${VIRTUALEN_VERSION}" ]; then
378+
if [ -z "${VIRTUALENV_VERSION}" ]; then
379379
case "${PYENV_VERSION}" in
380380
"3.0"* )
381381
NO_ENSUREPIP=1

0 commit comments

Comments
 (0)