Skip to content

Commit

Permalink
Merge pull request hashicorp#5715 from automaticgiant/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
mwhooker authored Dec 18, 2017
2 parents 1de0004 + 6410fd6 commit 7750517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioner/converge/provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`

Expand Down

0 comments on commit 7750517

Please sign in to comment.