Changing --region to --location

This commit is contained in:
Brian Hourigan 2015-02-19 14:40:36 -05:00
parent f1970370ef
commit f40fd36c31
1 changed files with 1 additions and 1 deletions

View File

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