Skip to content

Commit

Permalink
br: fix checkpoint path (#55266) (#55297)
Browse files Browse the repository at this point in the history
close #55265
  • Loading branch information
ti-chi-bot authored Dec 12, 2024
1 parent 9c6787d commit 43b5d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/checkpoint/checkpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import (
"golang.org/x/sync/errgroup"
)

const CheckpointDir = "/checkpoints"
const CheckpointDir = "checkpoints"

type flushPosition struct {
CheckpointDataDir string
Expand Down

0 comments on commit 43b5d8c

Please sign in to comment.