mirror of https://github.com/docker/docs.git
Merge pull request #1201 from abronan/fix_token_watch
Fix token discovery Watch on failure
This commit is contained in:
commit
2d78f6a388
|
@ -112,7 +112,7 @@ func (s *Discovery) Watch(stopCh <-chan struct{}) (<-chan discovery.Entries, <-c
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
||||||
return ch, nil
|
return ch, errCh
|
||||||
}
|
}
|
||||||
|
|
||||||
// Register adds a new entry identified by the into the discovery service
|
// Register adds a new entry identified by the into the discovery service
|
||||||
|
|
Loading…
Reference in New Issue