mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-23 15:12:57 +08:00
MSDNS: Provider is failing due to lint fix gone wrong (#3396)
This commit is contained in:
parent
5e15bbe676
commit
70e9659014
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ func (s *shell) Execute(cmd string) (string, string, error) {
|
|||
waiter.Add(2)
|
||||
|
||||
go streamReader(s.stdout, outBoundary, &sout, waiter) //nolint:errcheck
|
||||
go streamReader(s.stdout, outBoundary, &sout, waiter) //nolint:errcheck
|
||||
go streamReader(s.stderr, errBoundary, &serr, waiter) //nolint:errcheck
|
||||
|
||||
waiter.Wait()
|
||||
|
||||
|
|
Loading…
Reference in a new issue