Skip to content

Commit 43fbf2f

Browse files
committed
Fix call to check_can_rsync in the @local connector.
1 parent 0e34c21 commit 43fbf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyinfra/api/connectors/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def get_file(
188188
return True
189189

190190

191-
def check_can_rsync():
191+
def check_can_rsync(host):
192192
if not find_executable('rsync'):
193193
raise NotImplementedError('The `rsync` binary is not available on this system.')
194194

0 commit comments

Comments
 (0)