mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
Merge pull request #646 from jtopper/bundle_vol_command_website
website: Match default ec2-bundle-vol documented on the website to the one that's used by the code.
This commit is contained in:
commit
fd8dfea87b
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ sudo -n ec2-bundle-vol \
|
|||
-u {{.AccountId}} \
|
||||
-c {{.CertPath}} \
|
||||
-r {{.Architecture}} \
|
||||
-e {{.PrivatePath}} \
|
||||
-e {{.PrivatePath}}/* \
|
||||
-d {{.Destination}} \
|
||||
-p {{.Prefix}} \
|
||||
--batch
|
||||
|
|
|
|||
Loading…
Reference in a new issue