Skip to content

Commit 486d66e

Browse files
authored
Merge pull request #658 from travis-ci/cs-fixwarn
Fix sudo warning
2 parents 2ccee36 + 73b1d2d commit 486d66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/lxd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ func (i *lxdInstance) RunScript(ctx gocontext.Context, output io.Writer) (*RunRe
10371037
args := lxd.ContainerExecArgs{
10381038
Stdin: nil,
10391039
Stdout: lxdWriteCloser{Writer: output},
1040-
Stderr: lxdWriteCloser{Writer: output},
1040+
Stderr: nil,
10411041
DataDone: make(chan bool),
10421042
}
10431043

0 commit comments

Comments
 (0)