summaryrefslogtreecommitdiff
path: root/Remote/Git.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/Git.hs')
-rw-r--r--Remote/Git.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs
index 471417e34..b4006d7fd 100644
--- a/Remote/Git.hs
+++ b/Remote/Git.hs
@@ -112,7 +112,7 @@ inAnnex r key = if Git.repoIsUrl r
checklocal = do
-- run a local check inexpensively,
-- by making an Annex monad using the remote
- a <- Annex.new r []
+ a <- Annex.new r
Annex.eval a (Content.inAnnex key)
checkremote = do
showNote ("checking " ++ Git.repoDescribe r ++ "...")
@@ -142,7 +142,7 @@ copyToRemote r key
let keysrc = gitAnnexLocation g key
-- run copy from perspective of remote
liftIO $ do
- a <- Annex.new r []
+ a <- Annex.new r
Annex.eval a $ do
ok <- Content.getViaTmp key $
rsyncOrCopyFile r keysrc