call runtime with the current cli context on ocis_simple

This commit is contained in:
A.Unger
2020-03-17 15:00:43 +01:00
parent e1405995be
commit 076383e79d

View File

@@ -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),
)
{