This commit is contained in:
Hunter Morgan 2017-12-18 20:21:26 +00:00 committed by GitHub
parent 1de0004710
commit 6410fd615c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ type Config struct {
// Execution // Execution
Module string `mapstructure:"module"` Module string `mapstructure:"module"`
WorkingDirectory string `mapstructure:"working_directory"` WorkingDirectory string `mapstructure:"working_directory"`
Params map[string]string `mapstucture:"params"` Params map[string]string `mapstructure:"params"`
ExecuteCommand string `mapstructure:"execute_command"` ExecuteCommand string `mapstructure:"execute_command"`
PreventSudo bool `mapstructure:"prevent_sudo"` PreventSudo bool `mapstructure:"prevent_sudo"`