allow user to access env_var_format in windows_shell call

pull/7444/head
Megan Marsh 7 years ago
parent 3b87f2a519
commit 0e6c779a88

@ -40,7 +40,7 @@ type Config struct {
// This is used in the template generation to format environment variables
// inside the `ExecuteCommand` template.
EnvVarFormat string
EnvVarFormat string `mapstructure:"env_var_format"`
ctx interpolate.Context
}

Loading…
Cancel
Save