diff options
Diffstat (limited to 'src')
| -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 |
