removed redundant ocis config parsing

This commit is contained in:
A.Unger
2021-11-22 22:11:06 +01:00
parent 45a559f707
commit c700ccab1f
12 changed files with 1 additions and 58 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ func Server(cfg *config.Config) *cli.Command {
cfg.HTTP.Root = strings.TrimSuffix(cfg.HTTP.Root, "/")
}
return ParseConfig(c, cfg)
return nil
},
Action: func(c *cli.Context) error {