From 0979f421c3048e0fd5779e2e496d4143ea8a3ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ng=E1=BB=8D=20Anh=20=C4=90=E1=BB=A9c?= Date: Mon, 9 Mar 2020 13:00:43 +0700 Subject: [PATCH] Update check21 --- checks/check21 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/check21 b/checks/check21 index 42b43dbd..591b911c 100644 --- a/checks/check21 +++ b/checks/check21 @@ -39,7 +39,7 @@ check21(){ if [[ $result == 'False' ]]; then textFail "trail exist but it is not enabled in multi region mode" fi - if [[ $trail_count == 0 ]]; then + if [[ $trail_count == 0 ]]; then textFail "No CloudTrail trails were found in the account" fi }