From 849b825d187a62e0f9d72b7150751881a8464aa5 Mon Sep 17 00:00:00 2001 From: Asa Gage Date: Thu, 14 May 2015 17:22:32 -0400 Subject: [PATCH] Fixed missing comma in remote-builds example code. --- .../source/intro/getting-started/remote-builds.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/intro/getting-started/remote-builds.html.markdown b/website/source/intro/getting-started/remote-builds.html.markdown index dd7afa911..d2f7d3627 100644 --- a/website/source/intro/getting-started/remote-builds.html.markdown +++ b/website/source/intro/getting-started/remote-builds.html.markdown @@ -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", @@ -72,4 +72,4 @@ Now we have Atlas building an AMI with Redis pre-configured. This is great, but } ``` -Update the `post-processors` block with your Atlas username, then `packer push example.json` and watch the build kick off in Atlas! When the build completes, the resulting artifact will be saved and stored in Atlas. \ No newline at end of file +Update the `post-processors` block with your Atlas username, then `packer push example.json` and watch the build kick off in Atlas! When the build completes, the resulting artifact will be saved and stored in Atlas.