lint
This commit is contained in:
parent
b327227ba5
commit
637b5feb45
26 changed files with 71 additions and 102 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue