From 6c59c5fe951fad400b403e09134b3f6453d0c957 Mon Sep 17 00:00:00 2001 From: Stuart Paterson Date: Tue, 11 Sep 2018 09:43:48 +0100 Subject: [PATCH] Adding ' ' as per PR feedback. Signed-off-by: Stuart Paterson --- docs/resources/google_storage_bucket_objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/google_storage_bucket_objects.md b/docs/resources/google_storage_bucket_objects.md index b1418658b..3a24fa197 100644 --- a/docs/resources/google_storage_bucket_objects.md +++ b/docs/resources/google_storage_bucket_objects.md @@ -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