aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-09-11 00:46:41 +0200
committerTeddy Wing2017-09-13 04:47:08 +0200
commit3b35cb9872af5f866521250547671c329ffbfe13 (patch)
tree97868958b9dd5ba4dec6c4bd320f1138adaaa202
parentc0cdcfecf1082982b78a5cf1d053025e0edadcef (diff)
downloadsorbot-3b35cb9872af5f866521250547671c329ffbfe13.tar.bz2
gitHubCommit: Remove unnecessary `$`
-rw-r--r--src/Plugin/GitHubCommit.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Plugin/GitHubCommit.hs b/src/Plugin/GitHubCommit.hs
index 11e444e..ad81e2f 100644
--- a/src/Plugin/GitHubCommit.hs
+++ b/src/Plugin/GitHubCommit.hs
@@ -23,7 +23,7 @@ import Plugin.Base
gitHubCommit :: Bot Plugin
gitHubCommit = do
cfg <- ask
- return $ defaultPlugin
+ return defaultPlugin
{ matchRegex = "^[0-9a-f]{40}$"
, perform = gitHubCommitAction
, command = "<git_sha>"