summaryrefslogtreecommitdiff
path: root/Remote
diff options
context:
space:
mode:
Diffstat (limited to 'Remote')
-rw-r--r--Remote/Git.hs2
-rw-r--r--Remote/Helper/Special.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs
index 30d992e8c..541d8e5f6 100644
--- a/Remote/Git.hs
+++ b/Remote/Git.hs
@@ -166,7 +166,7 @@ onLocal r a = do
-- for anything onLocal is used to do.
Annex.Branch.disableUpdate
ret <- a
- liftIO $ Git.reap
+ liftIO Git.reap
return ret
keyUrl :: Git.Repo -> Key -> String
diff --git a/Remote/Helper/Special.hs b/Remote/Helper/Special.hs
index 5bbf4169d..77478eb1d 100644
--- a/Remote/Helper/Special.hs
+++ b/Remote/Helper/Special.hs
@@ -19,7 +19,7 @@ import qualified Git
-}
findSpecialRemotes :: String -> Annex [Git.Repo]
findSpecialRemotes s = do
- m <- fromRepo $ Git.configMap
+ m <- fromRepo Git.configMap
return $ map construct $ remotepairs m
where
remotepairs = M.toList . M.filterWithKey match