Merge pull request #1932 from bhourigan/issue1931

ec2-upload-bundle uses deprecated parameter
This commit is contained in:
Seth Vargo 2015-02-24 19:54:33 -05:00
commit 500654714c
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}} " + "-s {{.SecretKey}} " +
"-d {{.BundleDirectory}} " + "-d {{.BundleDirectory}} " +
"--batch " + "--batch " +
"--region {{.Region}} " + "--location {{.Region}} " +
"--retry" "--retry"
} }