summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/rr/cmd/root.go2
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{