Skip to content

Commit

Permalink
br: fix checkpoint path (#55266) (#55296)
Browse files Browse the repository at this point in the history
close #55265
  • Loading branch information
ti-chi-bot authored Aug 30, 2024
1 parent 1211fb2 commit 7b27199
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 @@ -41,7 +41,7 @@ import (

const (
CheckpointMetaPath = "checkpoint.meta"
CheckpointDir = "/checkpoints"
CheckpointDir = "checkpoints"

CheckpointDataDir = CheckpointDir + "/data"
CheckpointChecksumDir = CheckpointDir + "/checksum"
Expand Down

0 comments on commit 7b27199

Please sign in to comment.