From d0983d48b20e35c6f2d21339236a62176f937009 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Thu, 14 Sep 2023 10:24:51 +0100 Subject: [PATCH] fix: Remove test brackets from awscli check They were syntactically incorrect Fixes: bee243727c2629b68e4184e4ee7b46999d60603c Signed-off-by: Patrick Roy --- tools/devtool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/devtool b/tools/devtool index 04ea2961e68..fa687bb7f2a 100755 --- a/tools/devtool +++ b/tools/devtool @@ -506,7 +506,7 @@ cmd_distclean() { } ensure_ci_artifacts() { - if [ ! command -v aws >/dev/null ]; then + if ! command -v aws >/dev/null; then die "AWS CLI not installed, which is required for downloading artifacts for integration tests." fi