Correct typo in var name

pull/7631/head
aaronk1 7 years ago committed by GitHub
parent 69aec690fe
commit 4ffa1779f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -101,7 +101,7 @@ func NewConfig(raws ...interface{}) (*Config, []string, error) {
if c.Format != "" {
if c.RemoteType != "esx5" {
errs = packer.MultiErrorAppend(errs,
fmt.Errorf("format is only valid when RemoteType=esx5"))
fmt.Errorf("format is only valid when remote_type=esx5"))
}
} else {
c.Format = "ovf"

Loading…
Cancel
Save