From: Joey Hess Date: Mon, 9 Aug 2021 19:17:48 +0000 (-0400) Subject: simplify X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~87^2~122 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a871bcfe7735d3646b1533cad4e2ee60d2452b4d;p=git-annex.git simplify --- 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)