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 24, 2024
1 parent af4d38d commit dae0b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/cmd/msg_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ func NewSeqCmd() *SeqCmd {
}

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

0 comments on commit dae0b0a

Please sign in to comment.