Merge pull request #842 from milosgajdos83/cache-status

Check cache status error
This commit is contained in:
Asim Aslam 2019-10-11 10:55:35 +01:00 committed by GitHub
commit e351e9518f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ func (c *cache) get(service string) ([]*registry.Service, error) {
} }
// reset the status // reset the status
if c.getStatus(); err != nil { if err := c.getStatus(); err != nil {
c.setStatus(nil) c.setStatus(nil)
} }