Skip to content

Commit 0ad27d5

Browse files
committed
rsyncclient: plumb os.Stdout
1 parent 78cdac7 commit 0ad27d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rsyncclient/rsyncclient.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ type Client struct {
6767
func New(args []string, opts ...Option) (*Client, error) {
6868
c := &Client{
6969
osenv: &rsyncos.Env{
70+
Stdout: os.Stdout,
7071
Stderr: os.Stderr,
7172
},
7273
negotiate: true,

0 commit comments

Comments
 (0)