From 6410fd615c803fe213153eb08537ee556e28699e Mon Sep 17 00:00:00 2001 From: Hunter Morgan Date: Mon, 18 Dec 2017 20:21:26 +0000 Subject: [PATCH] typo --- provisioner/converge/provisioner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provisioner/converge/provisioner.go b/provisioner/converge/provisioner.go index 0b8b93e5d..16dddd73f 100644 --- a/provisioner/converge/provisioner.go +++ b/provisioner/converge/provisioner.go @@ -34,7 +34,7 @@ type Config struct { // Execution Module string `mapstructure:"module"` WorkingDirectory string `mapstructure:"working_directory"` - Params map[string]string `mapstucture:"params"` + Params map[string]string `mapstructure:"params"` ExecuteCommand string `mapstructure:"execute_command"` PreventSudo bool `mapstructure:"prevent_sudo"`