summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-09-04 14:10:23 -0700
committerJoey Hess2015-09-04 14:10:23 -0700
commit6db275cc18a24bf9bf3bf2a173aa2ce56974d86c (patch)
treedb045c822e92e3165a1081ab062ac1cf76044f8e
parent3e6d85c7b01e1a2a6e6751ca99514bd54e184299 (diff)
propellor spin
-rw-r--r--src/Propellor/Property/Rsync.hs2
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