attempt to revert to the old status. Just triggering a CI run

This commit is contained in:
A.Unger
2021-11-17 19:37:15 +01:00
parent 872cd807e7
commit ad4fb0e0f9
5 changed files with 107 additions and 73 deletions
-3
View File
@@ -16,9 +16,6 @@ func PrintVersion(cfg *config.Config) *cli.Command {
return &cli.Command{
Name: "version",
Usage: "Print the versions of the running instances",
Before: func(c *cli.Context) error {
return ParseConfig(c, cfg)
},
Action: func(c *cli.Context) error {
reg := registry.GetRegistry()
services, err := reg.GetService(cfg.GRPC.Namespace + "." + cfg.Server.Name)