summaryrefslogtreecommitdiff
path: root/Logs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-03 13:23:34 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-03 13:23:34 -0400
commit01c701b5a5c18cfa952394ae1cbd2249cfd08f51 (patch)
tree8ca806e20912726ff1d2df7d3271a86426603d48 /Logs
parentaf197c7fc387794d3a558b4f8f23ebd9d5554aa0 (diff)
simplify
Diffstat (limited to 'Logs')
-rw-r--r--Logs/PreferredContent.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Logs/PreferredContent.hs b/Logs/PreferredContent.hs
index 712973ee4..a74effb92 100644
--- a/Logs/PreferredContent.hs
+++ b/Logs/PreferredContent.hs
@@ -125,7 +125,7 @@ makeMatcher groupmap configmap groupwantedmap u = go True True
unknownMatcher :: UUID -> FileMatcher Annex
unknownMatcher u = generate [present]
where
- present = Operation $ matchPresent (Just u)
+ present = Operation $ limitPresent (Just u)
{- Checks if an expression can be parsed, if not returns Just error -}
checkPreferredContentExpression :: PreferredContentExpression -> Maybe String