diff --git a/client/consul_template.go b/client/consul_template.go index a4adfc84d..3e4869706 100644 --- a/client/consul_template.go +++ b/client/consul_template.go @@ -568,7 +568,7 @@ func newRunnerConfig(config *TaskTemplateManagerConfig, cc := config.ClientConfig conf := ctconf.DefaultConfig() - // Gather the consul-template tempates + // Gather the consul-template templates flat := ctconf.TemplateConfigs(make([]*ctconf.TemplateConfig, 0, len(templateMapping))) for ctmpl := range templateMapping { local := ctmpl