Skip to content

Commit

Permalink
Update Classifier.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe authored Jan 26, 2021
1 parent 86ee5f0 commit 130d67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Classifier.hs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ github :: Match Any
github = from $ anyOf ["@github.com"]

qovery :: Match Any
qovery = subject $ anyOf ["Qovery"]
qovery = subject $ anyOf ["Qovery", "qovery"]


main :: IO ()
Expand Down

0 comments on commit 130d67d

Please sign in to comment.