Clarify warning message

A previous change replaced a comma in the message with the word "but" which is incorrect - the missing KMS key was the indicator that the trail was not encrypted.
This commit is contained in:
neonbunny
2017-09-22 11:22:59 +01:00
committed by GitHub
parent ae8b8076c5
commit 3ccf28617e
+1 -1
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