Commit 50065471 authored by Seth Vargo's avatar Seth Vargo

Merge pull request #1932 from bhourigan/issue1931

ec2-upload-bundle uses deprecated parameter
parents 2d13cf96 f40fd36c
......@@ -75,7 +75,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
"-s {{.SecretKey}} " +
"-d {{.BundleDirectory}} " +
"--batch " +
"--region {{.Region}} " +
"--location {{.Region}} " +
"--retry"
}
......
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