Skip to content

Commit

Permalink
Fix typo in the query reason closes #572 (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajlearner17 authored Mar 6, 2023
1 parent f300380 commit 28294cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query/s3/s3_public_access_block_account.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ select
and ignore_public_acls
and restrict_public_buckets
then 'Account level public access blocks enabled.'
else 'Account level public access not enabled for: ' ||
else 'Account level public access blocks not enabled for: ' ||
concat_ws(', ',
case when not (block_public_acls ) then 'block_public_acls' end,
case when not (block_public_policy) then 'block_public_policy' end,
Expand Down

0 comments on commit 28294cb

Please sign in to comment.