Skip to content

Commit be908be

Browse files
committed
Fix Merge Conflict
Signed-off-by: Mahad Zaryab <[email protected]>
1 parent 9bb06c6 commit be908be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

script.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ type Pipe struct {
3232
stdout io.Writer
3333
httpClient *http.Client
3434

35-
// because pipe stages are concurrent, protect 'err'
36-
mu *sync.Mutex
37-
err error
38-
3935
// env contains the environment to run any exec commands with.
4036
// Each entry in the array should be of the form key=value.
4137
// If env is not nil, it will replace the default environment variables

0 commit comments

Comments
 (0)