From a2ab9b4aee72ba98a12c8780244fbf9a540da4d7 Mon Sep 17 00:00:00 2001 From: neillyt Date: Thu, 16 Jan 2020 22:34:04 -0500 Subject: [PATCH] Fix Namespace Typo (#7030) --- api/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/agent.go b/api/agent.go index 66ddec3d77..6f8bed092d 100644 --- a/api/agent.go +++ b/api/agent.go @@ -54,7 +54,7 @@ type AgentCheck struct { ServiceName string Type string Definition HealthCheckDefinition - Namesapce string `json:",omitempty"` + Namespace string `json:",omitempty"` } // AgentWeights represent optional weights for a service