Skip to content

Commit

Permalink
br: fix checkpoint path (pingcap#55266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leavrth authored and hawkingrei committed Aug 8, 2024
1 parent b5a5a13 commit fee45fd
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 fee45fd

Please sign in to comment.