Skip to content

Commit

Permalink
Fix typo in Rsync.fs options (#2432)
Browse files Browse the repository at this point in the history
Fix typo in Rsync.fs options
  • Loading branch information
matthid authored Nov 29, 2019
2 parents b7c4b28 + 1c2c896 commit fa82b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Fake.Tools.Rsync/Rsync.fs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ module Rsync =
| OneFileSystem -> "--one-file-system"
| BlockSize size -> "--block-size=" + size
| Rsh command -> "--rsh=" + command
| RsyncPath program -> "--zsync-path=" + program
| RsyncPath program -> "--rsync-path=" + program
| Existing -> "--existing"
| IgnoreExisting -> "--ignore-existing"
| RemoveSourceFiles -> "--remove-source-files"
Expand Down

0 comments on commit fa82b7d

Please sign in to comment.