oops, fixed wrong change
This commit is contained in:
parent
d5582865b6
commit
b646a85c4a
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ preferredRequiredMapsLoad mktokens = do
|
||||||
}
|
}
|
||||||
return (pc', rc')
|
return (pc', rc')
|
||||||
where
|
where
|
||||||
handleunknown = M.mapWithKey $ \u ->
|
handleunknown = M.mapWithKey $ \u ->
|
||||||
either (unknownMatcher u) id
|
either (const $ unknownMatcher u) id
|
||||||
|
|
||||||
preferredRequiredMapsLoad' :: (PreferredContentData -> [ParseToken (MatchFiles Annex)]) -> Annex (M.Map UUID (Either String (FileMatcher Annex)), M.Map UUID (Either String (FileMatcher Annex)))
|
preferredRequiredMapsLoad' :: (PreferredContentData -> [ParseToken (MatchFiles Annex)]) -> Annex (M.Map UUID (Either String (FileMatcher Annex)), M.Map UUID (Either String (FileMatcher Annex)))
|
||||||
preferredRequiredMapsLoad' mktokens = do
|
preferredRequiredMapsLoad' mktokens = do
|
||||||
|
|
Loading…
Reference in a new issue