Skip to content

Commit

Permalink
synchronize: correct typo
Browse files Browse the repository at this point in the history
Signed-off-by: Abhijeet Kasurde <[email protected]>
  • Loading branch information
Akasurde committed Jun 1, 2021
1 parent 7e6adc9 commit 62277ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/synchronize.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def main():
_sshpass_pipe = os.pipe()
cmd = ['sshpass', '-d' + to_native(_sshpass_pipe[0], errors='surrogate_or_strict')] + cmd
if delay_updates:
cmd.append('--delay_updates')
cmd.append('--delay-updates')
cmd.append('-F')
if compress:
cmd.append('--compress')
Expand Down

0 comments on commit 62277ba

Please sign in to comment.