From f633e6dff42cd3fa68e801dd70e3704a47949b55 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sun, 10 Jun 2018 13:37:49 +0300 Subject: merge candidates and configured --- cmd/rr/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/rr/main.go') 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() -- cgit v1.2.3