Fix interpolation of {{.Flavor}} in parallels_tools_guest_path. (2)
Actually fix the error... Fixes [GH-2543]
This commit is contained in:
parent
5a6bcdeb78
commit
da82ff3fd6
|
@ -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…
Reference in New Issue