From 1716e761c24dd744b04df7dd8dd1bf2555ca90ca Mon Sep 17 00:00:00 2001 From: Jon Topper Date: Thu, 21 Nov 2013 18:29:19 +0000 Subject: [PATCH] Match ec2-bundle-vol on web to code Issue #248 contained a PR which changes the way bundle_vol_command is used by default. This change to the defaults was not reflected on the website, so I encountered the same issue when making changes to the bundle_vol_command in my config. --- website/source/docs/builders/amazon-instance.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/amazon-instance.html.markdown b/website/source/docs/builders/amazon-instance.html.markdown index 9b94c0067..b2caf1371 100644 --- a/website/source/docs/builders/amazon-instance.html.markdown +++ b/website/source/docs/builders/amazon-instance.html.markdown @@ -238,7 +238,7 @@ sudo -n ec2-bundle-vol \ -u {{.AccountId}} \ -c {{.CertPath}} \ -r {{.Architecture}} \ - -e {{.PrivatePath}} \ + -e {{.PrivatePath}}/* \ -d {{.Destination}} \ -p {{.Prefix}} \ --batch