diff --git a/cache.go b/cache.go index a17960e..8acd79a 100644 --- a/cache.go +++ b/cache.go @@ -144,7 +144,7 @@ func (c *cache) get(service string) ([]*registry.Service, error) { } // reset the status - if c.getStatus(); err != nil { + if err := c.getStatus(); err != nil { c.setStatus(nil) }