diff options
author | Wolfy-J <[email protected]> | 2018-06-10 13:36:59 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-10 13:36:59 +0300 |
commit | 549e357aca6e5bbfa0ff9a793f625f138445de2b (patch) | |
tree | 4734f0523d70640cfc7a85e83f7760f42d6e3f0e /cmd | |
parent | 16a347283b52f5cf997f9994cba79bba86a428c3 (diff) |
merge candidates and configured
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/rr/cmd/root.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/cmd/root.go b/cmd/rr/cmd/root.go index d54437f0..c1e03160 100644 --- a/cmd/rr/cmd/root.go +++ b/cmd/rr/cmd/root.go @@ -38,7 +38,7 @@ var ( Logger = logrus.New() // Services - shared service bus. - Services = service.NewRegistry(Logger) + Services = service.NewContainer(Logger) // CLI is application endpoint. CLI = &cobra.Command{ |