From 076383e79d18259ba888d852c9d006a77ef93ed1 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Tue, 17 Mar 2020 15:00:43 +0100 Subject: [PATCH] call runtime with the current cli context on ocis_simple --- pkg/command/server_simple.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/command/server_simple.go b/pkg/command/server_simple.go index 8d9ce39e42..51219dd30f 100644 --- a/pkg/command/server_simple.go +++ b/pkg/command/server_simple.go @@ -52,6 +52,7 @@ func Simple(cfg *config.Config) *cli.Command { runtime.Logger(logger), runtime.Services(append(runtime.RuntimeServices, SimpleRuntimeServices...)), runtime.MicroRuntime(cmd.DefaultCmd.Options().Runtime), + runtime.Context(c), ) {