Skip to content

Commit

Permalink
Add missing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
janakj committed Jul 24, 2022
1 parent 753583f commit 7522ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi

version="$1"

if [ -z "$(python --version | grep "^Python 3.*")"] ; then
if [ -z "$(python --version | grep "^Python 3.*")" ] ; then
bail "Error: Make sure the binary python points to Python 3"
fi

Expand Down

0 comments on commit 7522ba0

Please sign in to comment.