Skip to content

Commit

Permalink
Updated textInfo message on extra712
Browse files Browse the repository at this point in the history
  • Loading branch information
toniblyx committed Apr 20, 2020
1 parent 0c78053 commit d6374f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/check_extra712
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extra712(){
for regx in $REGIONS; do
MACIE_MEMBER_ACCOUNTS=$($AWSCLI macie list-member-accounts $PROFILE_OPT --region $regx --output text --query 'memberAccounts[*]' 2>&1)
if [[ ${MACIE_MEMBER_ACCOUNTS} == *${MACIE_NOT_SUPPORTED}* ]];then
textInfo "Macie is not supported in the $regx AWS Regions"
textInfo "$regx: Amazon Macie is not supported in $regx" "$regx"
elif [[ ${MACIE_MEMBER_ACCOUNTS} == *${MACIE_NOT_ENABLED}* ]];then
textFail "$regx: Amazon Macie is not enabled!" "$regx"
else
Expand Down

0 comments on commit d6374f8

Please sign in to comment.