Fix Namespace Typo (#7030)

This commit is contained in:
neillyt 2020-01-16 22:34:04 -05:00 committed by Sarah Christoff
parent 8673bc2236
commit a2ab9b4aee
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ type AgentCheck struct {
ServiceName string ServiceName string
Type string Type string
Definition HealthCheckDefinition Definition HealthCheckDefinition
Namesapce string `json:",omitempty"` Namespace string `json:",omitempty"`
} }
// AgentWeights represent optional weights for a service // AgentWeights represent optional weights for a service