diff --git a/commands/server.go b/commands/server.go index b35b58bf8..45d776998 100644 --- a/commands/server.go +++ b/commands/server.go @@ -104,7 +104,7 @@ func init() { } func server(cmd *cobra.Command, args []string) error { - cfg, err := InitializeConfig() + cfg, err := InitializeConfig(serverCmd) if err != nil { return err }