diff --git a/core/agents/agents.go b/core/agents/agents.go index 50a1e04ad..9814c9f18 100644 --- a/core/agents/agents.go +++ b/core/agents/agents.go @@ -45,7 +45,7 @@ func createAgents(ds model.DataStore) *Agents { continue } enabled = append(enabled, name) - res = append(res, init(ds)) + res = append(res, agent) } log.Debug("List of agents enabled", "names", enabled)