Skip to content

Commit

Permalink
Adding ' ' as per PR feedback.
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Paterson <[email protected]>
  • Loading branch information
Stuart Paterson committed Sep 11, 2018
1 parent b4c5964 commit 6c59c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/google_storage_bucket_objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following examples show how to use this InSpec audit resource.
### Test that there are no more than a specified number of storage buckets for the project

describe google_storage_bucket_objects(bucket: 'bucket-name') do
its('count') { should be <= 100}
its('count') { should be <= 100 }
end


Expand Down

0 comments on commit 6c59c5f

Please sign in to comment.