Skip to content

Commit 6582722

Browse files
committed
setup-env.sh linting fix
1 parent 791c639 commit 6582722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/setup-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [[ "$PYTHON_VERSION" == "" ]]; then
2929
fi
3030

3131
if [[ ! -x venv/bin/python ]] || \
32-
[[ "$($PYTHON_VERSION -V 2>&1)" != "$(venv/bin/python -V 2>&1)" ]]; then
32+
[[ "$($PYTHON_VERSION -V 2>&1)" != "$(venv/bin/python -V 2>&1)" ]]; then
3333
rm -rf venv
3434
$PYTHON_VERSION -m venv venv
3535
fi

0 commit comments

Comments
 (0)