From 4bc20abb5e25ba58b5ef4c6a1df302a6c93074b6 Mon Sep 17 00:00:00 2001 From: yzang2019 Date: Mon, 19 Aug 2024 10:06:42 -0700 Subject: [PATCH] Fix --- 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 2fad815..42e96b1 100644 --- a/tools/cmd/seidb/operations/replay_changelog.go +++ b/tools/cmd/seidb/operations/replay_changelog.go @@ -14,7 +14,7 @@ import ( ) var ssStore types.StateStore -var dryRun bool = true +var dryRun = true func ReplayChangelogCmd() *cobra.Command { dumpDbCmd := &cobra.Command{