allow user to access env_var_format in windows_shell call

This commit is contained in:
Megan Marsh 2019-03-27 15:22:59 -07:00
parent 3b87f2a519
commit 0e6c779a88
1 changed files with 1 additions and 1 deletions

View File

@ -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
}