Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
fxamacker committed Apr 8, 2022
1 parent 0f248bf commit 8373296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util/cmd/checkpoint-list-tries/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func init() {

func run(*cobra.Command, []string) {

tries, err := wal.LoadCheckpoint(flagCheckpoint)
tries, err := wal.LoadCheckpoint(flagCheckpoint, &log.Logger)
if err != nil {
log.Fatal().Err(err).Msg("error while loading checkpoint")
}
Expand Down

0 comments on commit 8373296

Please sign in to comment.