summaryrefslogtreecommitdiff
path: root/GitAnnexShell.hs
diff options
context:
space:
mode:
Diffstat (limited to 'GitAnnexShell.hs')
-rw-r--r--GitAnnexShell.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/GitAnnexShell.hs b/GitAnnexShell.hs
index d641c6c3f..61923c373 100644
--- a/GitAnnexShell.hs
+++ b/GitAnnexShell.hs
@@ -93,8 +93,8 @@ builtin cmd dir params = do
dispatch False (cmd : params') cmds' options fields header $
Git.Construct.repoAbsPath dir >>= Git.Construct.fromAbsPath
where
- newseek opts seek k = setField "RsyncOptions" opts >> seek k
- newcmd opts c = c { cmdseek = map (newseek opts) (cmdseek c) }
+ addrsyncopts opts seek k = setField "RsyncOptions" opts >> seek k
+ newcmd opts c = c { cmdseek = map (addrsyncopts opts) (cmdseek c) }
external :: [String] -> IO ()
external params = do