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')
|
||||
where
|
||||
handleunknown = M.mapWithKey $ \u ->
|
||||
either (unknownMatcher u) id
|
||||
handleunknown = M.mapWithKey $ \u ->
|
||||
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' mktokens = do
|
||||
|
|
Loading…
Reference in a new issue