Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yzang2019 committed Aug 19, 2024
1 parent 64d6abe commit 4bc20ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cmd/seidb/operations/replay_changelog.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

var ssStore types.StateStore
var dryRun bool = true
var dryRun = true

func ReplayChangelogCmd() *cobra.Command {
dumpDbCmd := &cobra.Command{
Expand Down

0 comments on commit 4bc20ab

Please sign in to comment.