From a9f479e64fd75e0f4dbd87d7ac2a2987ba6ffe5e Mon Sep 17 00:00:00 2001 From: longyuqing112 <105913803+longyuqing112@users.noreply.github.com> Date: Sat, 24 Feb 2024 18:27:36 +0800 Subject: [PATCH] Update msg_utils.go --- pkg/common/cmd/msg_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/common/cmd/msg_utils.go b/pkg/common/cmd/msg_utils.go index dd6d645d7..e33f98ae8 100644 --- a/pkg/common/cmd/msg_utils.go +++ b/pkg/common/cmd/msg_utils.go @@ -135,7 +135,7 @@ func NewSeqCmd() *SeqCmd { func (s *SeqCmd) GetSeqCmd() *cobra.Command { s.Command.Run = func(cmdLines *cobra.Command, args []string) { - _, err := tools.InitMsgTool() + _, makeBucketErr := tools.InitMsgTool() if err != nil { panic(err) }