Changing --region to --location
This commit is contained in:
parent
f1970370ef
commit
f40fd36c31
|
@ -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