diff options
Diffstat (limited to 'app/Issue.hs')
-rw-r--r-- | app/Issue.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Issue.hs b/app/Issue.hs index 75e700d..8804929 100644 --- a/app/Issue.hs +++ b/app/Issue.hs @@ -50,7 +50,7 @@ fromMatch cwd result match = do start = match.start, end = match.end, tags = maybe [] I.extractTags description, - internalTags = I.internalTags title + internalTags = I.internalTags title provenance } else Nothing ) |