Merge pull request #2587 from rickard-von-essen/issue-2543

Fix interpolation of {{.Flavor}} in parallels_tools_guest_path. (2)
pull/2589/head
Rickard von Essen 11 years ago
commit b6098baac2

@ -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...)

@ -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...)

Loading…
Cancel
Save