From ba81c48a235f748556e417ac2222bfdb3d537b70 Mon Sep 17 00:00:00 2001 From: yzang2019 Date: Sat, 10 Aug 2024 14:40:06 -0700 Subject: [PATCH] Fix comment --- tools/cmd/seidb/operations/replay_changelog.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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