Fixed issue #774

This commit is contained in:
Toni de la Fuente
2021-04-12 20:20:04 +02:00
parent b0fd6ce60f
commit 8a04f40a80

View File

@@ -33,7 +33,7 @@ extra747(){
if [[ $ENABLED_CLOUDWATCHLOGS_EXPORTS ]]; then
textPass "$regx: RDS instance $rdsinstance is shipping $ENABLED_CLOUDWATCHLOGS_EXPORTS to CloudWatch Logs" "$regx"
else
textFail "$regx: RDS instance $rdsinstance has not CloudWatch Logs enabled!" "$regx"
textFail "$regx: RDS instance $rdsinstance has no CloudWatch Logs enabled!" "$regx"
fi
done
else