diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-04 14:10:23 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-04 14:10:23 -0700 |
| commit | 6db275cc18a24bf9bf3bf2a173aa2ce56974d86c (patch) | |
| tree | db045c822e92e3165a1081ab062ac1cf76044f8e /src/Propellor | |
| parent | 3e6d85c7b01e1a2a6e6751ca99514bd54e184299 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/Property/Rsync.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Rsync.hs b/src/Propellor/Property/Rsync.hs index 809cfc22..8423eff6 100644 --- a/src/Propellor/Property/Rsync.hs +++ b/src/Propellor/Property/Rsync.hs @@ -50,7 +50,7 @@ syncDirFiltered filters src dest = rsync $ , addTrailingPathSeparator src , addTrailingPathSeparator dest , "--delete" - , "--delete-exluded" + , "--delete-excluded" , "--quiet" ] ++ map toRsync filters |
