diff --git a/client/consul.go b/client/consul.go index ba9c1009b..b5759223a 100644 --- a/client/consul.go +++ b/client/consul.go @@ -60,7 +60,7 @@ func NewConsulClient(logger *log.Logger, consulAddr string) (*ConsulClient, erro } func (c *ConsulClient) Register(task *structs.Task, allocID string) error { - // Nuking the service first so that we can re-sync everything cleanly + // Removing the service first so that we can re-sync everything cleanly c.Deregister(task) var mErr multierror.Error