We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa378a3 commit 45111b8Copy full SHA for 45111b8
1 file changed
internal/storage/repair.go
@@ -10,7 +10,7 @@ import (
10
11
const (
12
migrationCleanupCorruptHistoryCWD = 2
13
- migrationForceHistoryCWDReplay = 3
+ migrationForceHistoryCWDReplay = 3
14
)
15
16
// RepairCorruptHistoryCWD removes invalid shell history cwd data and resets incremental
0 commit comments