Skip to content

Commit

Permalink
Fix newConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z committed Jan 29, 2025
1 parent 7a5a557 commit 3eda24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lakefs/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func newConfig() (config.Config, error) {
if name == config.QuickstartConfiguration {
validateQuickstartEnv(cfg.GetBaseConfig())
}
return cfg.GetBaseConfig(), nil
return cfg, nil
}

func loadConfig() config.Config {
Expand Down

0 comments on commit 3eda24e

Please sign in to comment.