From 983ede99bf5861bb52b163da846767e5de12ef07 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 11 Aug 2017 00:14:03 +0200 Subject: gitHubCommitAction: Add missing period to error message --- src/Plugin/GitHubCommit.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Plugin/GitHubCommit.hs') 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 -- cgit v1.2.3