diff --git a/tools/cmd/seidb/operations/replay_changelog.go b/tools/cmd/seidb/operations/replay_changelog.go index 61930bc..0db0fde 100644 --- a/tools/cmd/seidb/operations/replay_changelog.go +++ b/tools/cmd/seidb/operations/replay_changelog.go @@ -48,7 +48,7 @@ func executeReplayChangelog(cmd *cobra.Command, _ []string) { panic(err) } - // open the database if apply is true + // open the database if this is not a dry run if noDryRun { ssConfig := config.DefaultStateStoreConfig() ssConfig.KeepRecent = 0