From a2c3de939661d47ad7c19bb59ba85bd04e10ccda Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 9 Jan 2019 11:16:48 -0800 Subject: [PATCH] remove outdated logline --- common/shell-local/config.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/shell-local/config.go b/common/shell-local/config.go index 030e67ab4..d9c9408b4 100644 --- a/common/shell-local/config.go +++ b/common/shell-local/config.go @@ -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 && "