Skip to content

Commit b43ee54

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-next
2 parents 906427a + 476b2bb commit b43ee54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/remote-run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class RemoteCommandRunner(CommandRunner):
124124
[quote(arg) for arg in command])
125125

126126
def sftp_invocation(self):
127-
return (['/usr/bin/sftp', '-b', '-', '-q'] +
127+
return (['/usr/bin/sftp', '-b', '-', '-q', '-r'] +
128128
self.common_options(port_flag='-P') +
129129
[self.remote_host])
130130

0 commit comments

Comments
 (0)