diff --git a/checks/check_extra747 b/checks/check_extra747 index ae8c0a72..f2473563 100644 --- a/checks/check_extra747 +++ b/checks/check_extra747 @@ -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