diff --git a/website/source/docs/builders/googlecompute.html.md b/website/source/docs/builders/googlecompute.html.md index 82e3cb5e0..c4842b976 100644 --- a/website/source/docs/builders/googlecompute.html.md +++ b/website/source/docs/builders/googlecompute.html.md @@ -83,15 +83,13 @@ the path to the file containing the JSON. ``` {.javascript} { - "builders": [ - { - "type": "googlecompute", - "account_file": "account.json", - "project_id": "my project", - "source_image": "debian-7-wheezy-v20150127", - "zone": "us-central1-a" - } - ] + "builders": [{ + "type": "googlecompute", + "account_file": "account.json", + "project_id": "my project", + "source_image": "debian-7-wheezy-v20150127", + "zone": "us-central1-a" + }] } ```