mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
check id method name changed
This commit is contained in:
@@ -620,7 +620,7 @@ func (c *ServiceClient) Checks(a *structs.Allocation) ([]*api.AgentCheck, error)
|
||||
for _, service := range task.Services {
|
||||
id := makeTaskServiceID(a.ID, task.Name, service)
|
||||
for _, check := range service.Checks {
|
||||
relevant[createCheckID(id, check)] = struct{}{}
|
||||
relevant[makeCheckID(id, check)] = struct{}{}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user