summaryrefslogtreecommitdiff
path: root/cmd/rr/main.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-10 13:37:49 +0300
committerWolfy-J <[email protected]>2018-06-10 13:37:49 +0300
commitf633e6dff42cd3fa68e801dd70e3704a47949b55 (patch)
treeaef129af6f91a8dbb5926f36d7875c1a796219f2 /cmd/rr/main.go
parent28fe20760457a31c21330d2a4ec2fec007e04d2d (diff)
merge candidates and configured
Diffstat (limited to 'cmd/rr/main.go')
-rw-r--r--cmd/rr/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/main.go b/cmd/rr/main.go
index 26f70fdd..625e879c 100644
--- a/cmd/rr/main.go
+++ b/cmd/rr/main.go
@@ -32,7 +32,7 @@ import (
func main() {
// provides ability to make local connection to services
- rr.Services.Register("rpc", new(rpc.Service))
+ rr.Container.Register("rpc", new(rpc.Service))
// you can register additional commands using cmd.CLI
rr.Execute()