Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit a067ece

Browse files
committed
fix: do not double-start command
closes #21
1 parent e95c7e3 commit a067ece

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ GO_TEST_BINARY="gotest"
152152
go scan(&wg, stdout)
153153

154154
check(c.Wait())
155-
check(c.Start())
156155

157156
wg.Wait()
158157
}

0 commit comments

Comments
 (0)