Changing the code comment

This commit is contained in:
Diptanu Choudhury
2015-11-18 19:34:50 -08:00
parent 016a9d5c05
commit e0d42e48b9

View File

@@ -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