Update msg_utils.go

pull/1952/head
longyuqing112 2 years ago committed by GitHub
parent a9f479e64f
commit fc7f5e9af1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -135,7 +135,7 @@ func NewSeqCmd() *SeqCmd {
func (s *SeqCmd) GetSeqCmd() *cobra.Command { func (s *SeqCmd) GetSeqCmd() *cobra.Command {
s.Command.Run = func(cmdLines *cobra.Command, args []string) { s.Command.Run = func(cmdLines *cobra.Command, args []string) {
_, makeBucketErr := tools.InitMsgTool() _, err := tools.InitMsgTool()
if err != nil { if err != nil {
panic(err) panic(err)
} }

Loading…
Cancel
Save