mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
remove outdated logline
This commit is contained in:
@@ -202,8 +202,7 @@ func Validate(config *Config) error {
|
||||
"the Script or Scripts options instead"))
|
||||
}
|
||||
}
|
||||
// This is currently undocumented and not a feature users are expected to
|
||||
// interact with.
|
||||
|
||||
if config.EnvVarFormat == "" {
|
||||
if (runtime.GOOS == "windows") && !config.UseLinuxPathing {
|
||||
config.EnvVarFormat = "set %s=%s && "
|
||||
|
||||
Reference in New Issue
Block a user