Commit 849b825d authored by Asa Gage's avatar Asa Gage

Fixed missing comma in remote-builds example code.

parent c8b3dfff
......@@ -61,7 +61,7 @@ Now we have Atlas building an AMI with Redis pre-configured. This is great, but
"variables": ["..."],
"builders": ["..."],
"provisioners": ["..."],
"push": ["..."]
"push": ["..."],
"post-processors": [
{
"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