Commit fd8dfea8 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

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.
parents 81df3d91 1716e761
......@@ -238,7 +238,7 @@ sudo -n ec2-bundle-vol \
-u {{.AccountId}} \
-c {{.CertPath}} \
-r {{.Architecture}} \
-e {{.PrivatePath}} \
-e {{.PrivatePath}}/* \
-d {{.Destination}} \
-p {{.Prefix}} \
--batch
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment