diff --git a/tests/git-helper.sh b/tests/git-helper.sh index 1d7849dd..b58fb90d 100755 --- a/tests/git-helper.sh +++ b/tests/git-helper.sh @@ -23,7 +23,7 @@ function install_jq() { } function configure_github() { - if [ ! command -v jq &> /dev/null ]; then + if ! command -v jq &> /dev/null; then echo "jq is not installed, installing it" install_jq fi