rename default services

This commit is contained in:
A.Unger
2020-02-17 14:43:56 +01:00
parent e0cfee48f4
commit 4a9fe6ec5f
4 changed files with 52 additions and 54 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ func Command(app *cli.App) *cli.Command {
Category: "Micro",
Action: func(c *cli.Context) error {
runtime := New(
Services(RuntimeServices),
Services(MicroServices),
Logger(log.NewLogger()),
MicroRuntime(cmd.DefaultCmd.Options().Runtime),
)