Commit dbb6151b authored by Ross Smith II's avatar Ross Smith II

Merge pull request #1238 from mnaser/patch-2

Update run_config.go
parents 1dcaf171 110c168a
......@@ -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,
......
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