Merge pull request #1238 from mnaser/patch-2

Update run_config.go
This commit is contained in:
Ross Smith II 2014-06-08 18:49:47 -07:00
commit dbb6151b03
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ func (c *RunConfig) Prepare(t *packer.ConfigTemplate) []error {
}
templates := map[string]*string{
"flavlor": &c.Flavor,
"flavor": &c.Flavor,
"ssh_timeout": &c.RawSSHTimeout,
"ssh_username": &c.SSHUsername,
"source_image": &c.SourceImage,