diff --git a/service.go b/service.go index 486171a0..4872b1b8 100644 --- a/service.go +++ b/service.go @@ -67,7 +67,7 @@ func (s *service) Init(opts ...Option) { s.once.Do(func() { // Initialise the command flags, overriding new service - s.opts.Cmd.Init( + _ = s.opts.Cmd.Init( cmd.Broker(&s.opts.Broker), cmd.Registry(&s.opts.Registry), cmd.Transport(&s.opts.Transport),