mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 12:25:42 +03:00
Changing the code comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user