Merge pull request #105 from neonbunny/patch-1

Clarify warning message
This commit is contained in:
Toni de la Fuente
2017-09-22 08:53:04 -04:00
committed by GitHub

View File

@@ -978,7 +978,7 @@ check27(){
if [[ $CLOUDTRAILENC_ENABLED ]];then
textOK "KMS key found for $trail"
else
textWarn "encryption is not enabled in your CloudTrail trail $trail but KMS key not found!"
textWarn "encryption is not enabled in your CloudTrail trail $trail (KMS key not found)!"
fi
done
else