summaryrefslogtreecommitdiff
path: root/Logs/View.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Logs/View.hs')
-rw-r--r--Logs/View.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Logs/View.hs b/Logs/View.hs
index 15d472bc6..7beb605a8 100644
--- a/Logs/View.hs
+++ b/Logs/View.hs
@@ -80,8 +80,8 @@ branchView view
, "="
, branchvals viewfilter
]
- branchvals (FilterValues set) = forcelegal $
- intercalate "," $ map fromMetaValue $ S.toList set
+ branchvals (FilterValues set) = intercalate "," $
+ map (forcelegal . fromMetaValue) $ S.toList set
branchvals (FilterGlob glob) = forcelegal glob
forcelegal s
| Git.Ref.legal True s = s