Commit f3aed781 authored by Clint's avatar Clint

Merge pull request #2196 from mitchellh/f-aws-instance-default-command

Revert "Changing --region to --location"
parents 23a48d66 8c321138
...@@ -80,7 +80,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) { ...@@ -80,7 +80,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
"-s {{.SecretKey}} " + "-s {{.SecretKey}} " +
"-d {{.BundleDirectory}} " + "-d {{.BundleDirectory}} " +
"--batch " + "--batch " +
"--location {{.Region}} " + "--region {{.Region}} " +
"--retry" "--retry"
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment