Skip to content

Commit

Permalink
CR Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z committed Jan 22, 2025
1 parent 4ad7f61 commit 3a75969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lakefs/cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ var runCmd = &cobra.Command{
stats.WithLogger(logger.WithField("service", "stats_collector")))

// init block store
blockStore, err := blockfactory.BuildBlockAdapter(ctx, bufferedCollector, baseCfg)
blockStore, err := blockfactory.BuildBlockAdapter(ctx, bufferedCollector, cfg)
if err != nil {
logger.WithError(err).Fatal("Failed to create block adapter")
}
Expand Down

0 comments on commit 3a75969

Please sign in to comment.