fix storage subcommands

This commit is contained in:
A.Unger
2021-06-29 15:43:59 +02:00
parent 2e28582c1b
commit 72f6a3613a
22 changed files with 4 additions and 63 deletions
-1
View File
@@ -183,7 +183,6 @@ func FrontendWithConfig(cfg *config.Config) []cli.Flag {
flags = append(flags, TracingWithConfig(cfg)...)
flags = append(flags, DebugWithConfig(cfg)...)
flags = append(flags, SecretWithConfig(cfg)...)
flags = append(flags, RuntimeConfig(cfg)...)
return flags
}