Update run_config.go

This commit is contained in:
Mohammed Naser 2014-06-07 16:04:29 -04:00
parent 1dcaf17168
commit 110c168a68
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,