Skip to content

Commit 0dba4c1

Browse files
committed
Replace a hard tab with spaces
1 parent f4de0c2 commit 0dba4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ elif [[ $VERSION = pypy3* ]]; then
3030
VIRTENV_VERSION=$VERSION
3131
else
3232
PYTHON_BIN=python
33-
VIRTENV_VERSION=python$VERSION
33+
VIRTENV_VERSION=python$VERSION
3434
fi
3535

3636
virtualenv --distribute --python=$INSTALL_DEST/$VERSION/bin/python \

0 commit comments

Comments
 (0)