From 7522ba0baf645c8883a4e22bb6327ab74da0cc15 Mon Sep 17 00:00:00 2001 From: Jan Janak Date: Sun, 24 Jul 2022 06:57:41 -0400 Subject: [PATCH] Add missing whitespace --- tools/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release.sh b/tools/release.sh index d2c6e3a..863f963 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -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