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.
pull/646/head
Jon Topper 12 years ago
parent b9be641f8c
commit 09a978d97e

@ -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…
Cancel
Save