From e6c78274c8cd39c0bdb4097a7f736f8de9049211 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Sat, 21 May 2016 16:37:21 -0500 Subject: [PATCH] Rename client/config/config's ConsulConfig to ConsulAgentConfig A follow up commit to the previous rename. More to come. --- command/agent/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/agent.go b/command/agent/agent.go index 0eb9cd03b..0efd1b7fa 100644 --- a/command/agent/agent.go +++ b/command/agent/agent.go @@ -278,7 +278,7 @@ func (a *Agent) clientConfig() (*clientconfig.Config, error) { conf.Version = fmt.Sprintf("%s%s", a.config.Version, a.config.VersionPrerelease) conf.Revision = a.config.Revision - conf.ConsulConfig = a.consulConfig + conf.ConsulAgentConfig = a.consulConfig conf.StatsDataPoints = a.config.Client.StatsConfig.DataPoints conf.StatsCollectionInterval = a.config.Client.StatsConfig.collectionInterval