Fix interpolation of {{.Flavor}} in parallels_tools_guest_path. (2)

Actually fix the error...

Fixes [GH-2543]
This commit is contained in:
Rickard von Essen 2015-08-12 10:28:06 +02:00
parent 5a6bcdeb78
commit da82ff3fd6
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
Exclude: []string{
"boot_command",
"prlctl",
"parallel_tools_guest_path",
"parallels_tools_guest_path",
},
},
}, raws...)

View File

@ -41,7 +41,7 @@ func NewConfig(raws ...interface{}) (*Config, []string, error) {
Exclude: []string{
"boot_command",
"prlctl",
"parallel_tools_guest_path",
"parallels_tools_guest_path",
},
},
}, raws...)