Merge pull request #1932 from bhourigan/issue1931
ec2-upload-bundle uses deprecated parameter
This commit is contained in:
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…
Reference in New Issue