Rename consulConfig to consulAgentConfig

This commit is contained in:
Sean Chittenden 2016-05-21 16:51:22 -05:00
parent e6c78274c8
commit 520fcb99de
No known key found for this signature in database
GPG key ID: 4EBC9DC16C2E5E16

View file

@ -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.ConsulAgentConfig = a.consulConfig
conf.ConsulAgentConfig = a.consulAgentConfig
conf.StatsDataPoints = a.config.Client.StatsConfig.DataPoints
conf.StatsCollectionInterval = a.config.Client.StatsConfig.collectionInterval