Rename client/config/config's ConsulConfig to ConsulAgentConfig

A follow up commit to the previous rename.  More to come.
This commit is contained in:
Sean Chittenden 2016-05-21 16:37:21 -05:00
parent 1aefdb1e15
commit e6c78274c8
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16
1 changed files with 1 additions and 1 deletions

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