diff options
Diffstat (limited to 'cmd/rr/main.go')
-rw-r--r-- | cmd/rr/main.go | 2 |
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() |