typo
This commit is contained in:
parent
1de0004710
commit
6410fd615c
@ -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"`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user