From dbeb48a99323149bff92fdd55aa25c230b1c63e7 Mon Sep 17 00:00:00 2001 From: Manoj Date: Tue, 24 Oct 2017 11:27:22 +0530 Subject: [PATCH] Update wording on manifest behaviour on build rerun --- website/source/docs/post-processors/manifest.html.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/source/docs/post-processors/manifest.html.md b/website/source/docs/post-processors/manifest.html.md index 73b691c1b..8ad53f451 100644 --- a/website/source/docs/post-processors/manifest.html.md +++ b/website/source/docs/post-processors/manifest.html.md @@ -65,10 +65,11 @@ An example manifest file looks like: } ``` -If I run the build again, my new build will be added to the manifest file rather than replacing it, so you can always grab specific builds from the manifest by uuid. +If the build is run again, the new build artifacts will be added to the manifest file rather than replacing it. It is possible to grab specific build artifacts from the manifest by using `packer_run_uuid`. -The mainfest above was generated from this packer.json: -``` +The above mainfest was generated with this packer.json: + +```json { "builders": [ {