simplify
This commit is contained in:
parent
f54b9f2389
commit
a871bcfe77
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ gen r u rc gc rs = do
|
||||||
fromMaybe (giveup "missing rsyncurl") $ remoteAnnexRsyncUrl gc
|
fromMaybe (giveup "missing rsyncurl") $ remoteAnnexRsyncUrl gc
|
||||||
let o = genRsyncOpts c gc transport url
|
let o = genRsyncOpts c gc transport url
|
||||||
let islocal = rsyncUrlIsPath $ rsyncUrl o
|
let islocal = rsyncUrlIsPath $ rsyncUrl o
|
||||||
return $ Just $ specialRemote' (specialRemoteCfg c) c
|
return $ Just $ specialRemote c
|
||||||
(fileStorer $ store o)
|
(fileStorer $ store o)
|
||||||
(fileRetriever $ retrieve o)
|
(fileRetriever $ retrieve o)
|
||||||
(remove o)
|
(remove o)
|
||||||
|
|
Loading…
Add table
Reference in a new issue