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

Fix typo in getting started remote builds example code
This commit is contained in:
Seth Vargo 2015-05-14 17:31:20 -04:00
commit 0652a76af4
1 changed files with 1 additions and 1 deletions

View File

@ -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",