Changing --region to --location

pull/1932/head
Brian Hourigan 11 years ago
parent f1970370ef
commit f40fd36c31

@ -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