Merge pull request #1932 from bhourigan/issue1931

ec2-upload-bundle uses deprecated parameter
pull/1940/merge
Seth Vargo 11 years ago
commit 500654714c

@ -75,7 +75,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
"-s {{.SecretKey}} " +
"-d {{.BundleDirectory}} " +
"--batch " +
"--region {{.Region}} " +
"--location {{.Region}} " +
"--retry"
}

Loading…
Cancel
Save