mirror of https://github.com/status-im/consul.git
Fix Namespace Typo (#7030)
This commit is contained in:
parent
8673bc2236
commit
a2ab9b4aee
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue