From 40cfd527cbc71fb1b13a2b7ccf780c76c06eb165 Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Wed, 21 Jan 2015 11:03:42 -0800 Subject: [PATCH] agent: fix maintenance check ID --- command/agent/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/agent.go b/command/agent/agent.go index e3be1b6cf..5ec4409f1 100644 --- a/command/agent/agent.go +++ b/command/agent/agent.go @@ -33,7 +33,7 @@ const ( // The ID of the faux health checks for maintenance mode serviceMaintCheckPrefix = "_service_maintenance" - nodeMaintCheckID = "_node_maintenenace" + nodeMaintCheckID = "_node_maintenance" ) /*