Skip to content

Commit

Permalink
Update msg_utils.go
Browse files Browse the repository at this point in the history
  • Loading branch information
longyuqing112 authored Feb 26, 2024
1 parent dbefa08 commit 9ea55c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/common/cmd/msg_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,10 @@ func NewSeqCmd() *SeqCmd {
return seqCmd
}


func (s *SeqCmd) GetSeqCmd() *cobra.Command {
s.Command.Run = func(cmdLines *cobra.Command, args []string) {
msgTool, err := tools.InitMsgTool()
_, err := tools.InitMsgTool()
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 9ea55c0

Please sign in to comment.