diff options
author | Wolfy-J <[email protected]> | 2018-06-10 13:37:12 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-10 13:37:12 +0300 |
commit | 28fe20760457a31c21330d2a4ec2fec007e04d2d (patch) | |
tree | d7a367851f74e552e92fae3f510d476fde58a55f /service/container.go | |
parent | 549e357aca6e5bbfa0ff9a793f625f138445de2b (diff) |
merge candidates and configured
Diffstat (limited to 'service/container.go')
-rw-r--r-- | service/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/container.go b/service/container.go index 89acc90b..0a1ab472 100644 --- a/service/container.go +++ b/service/container.go @@ -108,7 +108,7 @@ func (r *container) Get(target string) (svc Service, status int) { return nil, StatusUndefined } -// Reconfigure configures all underlying services with given configuration. +// Configure configures all underlying services with given configuration. func (r *container) Configure(cfg Config) error { r.mu.Lock() defer r.mu.Unlock() |