From 24e2e29671d47c214d032a8d54a4fd2a33a391b4 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 04ea2961e68f..fa687bb7f2af 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