allow user to access env_var_format in windows_shell call
This commit is contained in:
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…
Reference in New Issue