Skip to content

Commit 304dff7

Browse files
authored
Fix typo
1 parent 53dd8bc commit 304dff7

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)