add storage metadata to the runtime and fix its config parsing when running on supervised mode
This commit is contained in:
@@ -13,9 +13,7 @@ import (
|
||||
)
|
||||
|
||||
// Execute is the entry point for the storage command.
|
||||
func Execute() error {
|
||||
cfg := config.New()
|
||||
|
||||
func Execute(cfg *config.Config) error {
|
||||
app := &cli.App{
|
||||
Name: "storage",
|
||||
Version: version.String,
|
||||
|
||||
Reference in New Issue
Block a user