mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 01:34:00 -04:00
Fix interpolation of {{.Flavor}} in parallels_tools_guest_path. (2)
Actually fix the error... Fixes [GH-2543]
This commit is contained in:
@@ -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...)
|
||||
|
||||
Reference in New Issue
Block a user