Fix --debug display of onlyingroup preferred content expression.
This commit is contained in:
parent
03864a2c3b
commit
8b2bd42540
2 changed files with 7 additions and 1 deletions
2
Limit.hs
2
Limit.hs
|
@ -565,7 +565,7 @@ limitOnlyInGroup getgroupmap groupname = Right $ MatchFiles
|
|||
, matchNeedsKey = True
|
||||
, matchNeedsLocationLog = True
|
||||
, matchNeedsLiveRepoSize = False
|
||||
, matchDesc = "inallgroup" =? groupname
|
||||
, matchDesc = "onlyingroup" =? groupname
|
||||
}
|
||||
where
|
||||
check notpresent want key = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue