mirror of https://github.com/status-im/consul.git
agent: fix maintenance check ID
This commit is contained in:
parent
d9a3e673b0
commit
b6a0f2baae
|
@ -33,7 +33,7 @@ const (
|
||||||
|
|
||||||
// The ID of the faux health checks for maintenance mode
|
// The ID of the faux health checks for maintenance mode
|
||||||
serviceMaintCheckPrefix = "_service_maintenance"
|
serviceMaintCheckPrefix = "_service_maintenance"
|
||||||
nodeMaintCheckID = "_node_maintenenace"
|
nodeMaintCheckID = "_node_maintenance"
|
||||||
)
|
)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue