From 892abf09cdecec7192a0aa802b352af0ca451efc Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 19:01:39 +0000 Subject: [PATCH] spelling: templates --- client/consul_template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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