Merge pull request #198 from Akasurde/regession

synchronize: correct typo

Reviewed-by: https://github.com/apps/ansible-zuul
This commit is contained in:
ansible-zuul[bot] 2021-06-03 11:01:49 +00:00 committed by GitHub
commit b98c7926da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
---
minor_changes:
- synchronize - fix typo (https://github.com/ansible-collections/ansible.posix/pull/198).

View file

@ -473,7 +473,7 @@ def main():
_sshpass_pipe = os.pipe() _sshpass_pipe = os.pipe()
cmd = ['sshpass', '-d' + to_native(_sshpass_pipe[0], errors='surrogate_or_strict')] + cmd cmd = ['sshpass', '-d' + to_native(_sshpass_pipe[0], errors='surrogate_or_strict')] + cmd
if delay_updates: if delay_updates:
cmd.append('--delay_updates') cmd.append('--delay-updates')
cmd.append('-F') cmd.append('-F')
if compress: if compress:
cmd.append('--compress') cmd.append('--compress')