From 6db275cc18a24bf9bf3bf2a173aa2ce56974d86c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Sep 2015 14:10:23 -0700 Subject: propellor spin --- src/Propellor/Property/Rsync.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3