remove outdated logline
This commit is contained in:
parent
56725df3a2
commit
a2c3de9396
|
@ -202,8 +202,7 @@ func Validate(config *Config) error {
|
||||||
"the Script or Scripts options instead"))
|
"the Script or Scripts options instead"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// This is currently undocumented and not a feature users are expected to
|
|
||||||
// interact with.
|
|
||||||
if config.EnvVarFormat == "" {
|
if config.EnvVarFormat == "" {
|
||||||
if (runtime.GOOS == "windows") && !config.UseLinuxPathing {
|
if (runtime.GOOS == "windows") && !config.UseLinuxPathing {
|
||||||
config.EnvVarFormat = "set %s=%s && "
|
config.EnvVarFormat = "set %s=%s && "
|
||||||
|
|
Loading…
Reference in New Issue