Commit 0652a76a authored by Seth Vargo's avatar Seth Vargo

Merge pull request #2111 from asagage/fix-typo-getting-started-remote-builds

Fix typo in getting started remote builds example code
parents c8b3dfff c3a6e60e
...@@ -61,7 +61,7 @@ Now we have Atlas building an AMI with Redis pre-configured. This is great, but ...@@ -61,7 +61,7 @@ Now we have Atlas building an AMI with Redis pre-configured. This is great, but
"variables": ["..."], "variables": ["..."],
"builders": ["..."], "builders": ["..."],
"provisioners": ["..."], "provisioners": ["..."],
"push": ["..."] "push": ["..."],
"post-processors": [ "post-processors": [
{ {
"type": "atlas", "type": "atlas",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment