Rename consulConfig to consulAgentConfig
This commit is contained in:
parent
e6c78274c8
commit
520fcb99de
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue