aboutsummaryrefslogtreecommitdiffstats
path: root/src/Plugin/GitHubCommit.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Plugin/GitHubCommit.hs')
-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 dc94731..492fd30 100644
--- a/src/Plugin/GitHubCommit.hs
+++ b/src/Plugin/GitHubCommit.hs
@@ -28,7 +28,7 @@ gitHubCommitAction message dbConn = do
where
respond [] =
Left "I couldn't find a repo URL for this channel. \
- \Try `git remote set origin REPO_URL`"
+ \Try `git remote set origin REPO_URL`."
respond ((RepoUrlRow r):_) =
Right $ r ++ "/commits/" ++ M.text message =~ matchRegex gitHubCommit