Skip to content

Commit 77b0f6d

Browse files
committed
Missed replacing an 'rsync_cmd' parameter
1 parent 51d6e05 commit 77b0f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/murfey/client/rsync.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@ def parse_stderr(line: str):
469469
" ".join(rsync_cmd),
470470
]
471471
result = subprocess.run(
472-
rsync_cmd,
473-
cwd=str(self._basepath),
472+
bash_cmd,
473+
cwd=self._basepath,
474474
capture_output=True,
475475
input=rsync_stdin_remove,
476476
)

0 commit comments

Comments
 (0)