From a871bcfe7735d3646b1533cad4e2ee60d2452b4d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 9 Aug 2021 15:17:48 -0400 Subject: [PATCH] simplify --- Remote/Rsync.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs index 79c273d780..60bddd651a 100644 --- a/Remote/Rsync.hs +++ b/Remote/Rsync.hs @@ -76,7 +76,7 @@ gen r u rc gc rs = do fromMaybe (giveup "missing rsyncurl") $ remoteAnnexRsyncUrl gc let o = genRsyncOpts c gc transport url let islocal = rsyncUrlIsPath $ rsyncUrl o - return $ Just $ specialRemote' (specialRemoteCfg c) c + return $ Just $ specialRemote c (fileStorer $ store o) (fileRetriever $ retrieve o) (remove o)