Skip to content

Commit 73b1d2d

Browse files
committed
Fix sudo warning
1 parent 2ccee36 commit 73b1d2d

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)