Commit fcb7967b authored by Sunil K Chopra's avatar Sunil K Chopra

Merge branch 'fix-error-message-for-null'

parents eaf8550e 750e09d5
......@@ -33,7 +33,7 @@ func NewConfig(raws ...interface{}) (*Config, []string, error) {
}
if c.CommConfig.SSHHost == "" {
errs = packer.MultiErrorAppend(errs,
fmt.Errorf("host must be specified"))
fmt.Errorf("ssh_host must be specified"))
}
if c.CommConfig.SSHUsername == "" {
......
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