agent/config: Fix typo in comment (#5202)

pull/5203/head
Alejandro Guirao Rodríguez 6 years ago committed by Hans Hasselberg
parent a13e4b2090
commit 9f33353c14

@ -1188,7 +1188,7 @@ func (b *Builder) serviceVal(v *ServiceDefinition) *structs.ServiceDefinition {
Weights: serviceWeights,
Checks: checks,
// DEPRECATED (ProxyDestination) - don't populate deprecated field, just use
// it as a default below on read. Remove that when remofing ProxyDestination
// it as a default below on read. Remove that when removing ProxyDestination
Proxy: b.serviceProxyVal(v.Proxy, v.ProxyDestination),
Connect: b.serviceConnectVal(v.Connect),
}

Loading…
Cancel
Save