Skip to content

Commit

Permalink
fix: do not double-start command
Browse files Browse the repository at this point in the history
closes #21
  • Loading branch information
aeneasr committed Jun 23, 2020
1 parent e95c7e3 commit a067ece
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ GO_TEST_BINARY="gotest"
go scan(&wg, stdout)

check(c.Wait())
check(c.Start())

wg.Wait()
}
Expand Down

0 comments on commit a067ece

Please sign in to comment.