fix simple build (depends on ocis-hello PR)

This commit is contained in:
A.Unger
2020-06-04 12:27:40 +02:00
parent c61bbd7783
commit a7f5c98c26
25 changed files with 75 additions and 194 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ func Server(cfg *config.Config) *cli.Command {
return err
}
runtime := runtime.New()
return runtime.Start()
r := runtime.New()
return r.Start(append(runtime.Extensions, runtime.MicroServices...)...)
},
}
}