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}} " + "-s {{.SecretKey}} " +
"-d {{.BundleDirectory}} " + "-d {{.BundleDirectory}} " +
"--batch " + "--batch " +
"--region {{.Region}} " + "--location {{.Region}} " +
"--retry" "--retry"
} }

Loading…
Cancel
Save