From 08077a854a63884de619034d6762aa5b18ed2f91 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 20 Aug 2017 02:15:10 +0200 Subject: GitHubCommit: Change `command` format Use lowercase and brackets instead of a shell-style capitalised identifier. In the help output, this looks better to me. Inspired by Hubot. --- src/Plugin/GitHubCommit.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Plugin/GitHubCommit.hs b/src/Plugin/GitHubCommit.hs index 9c32462..c10abf6 100644 --- a/src/Plugin/GitHubCommit.hs +++ b/src/Plugin/GitHubCommit.hs @@ -17,7 +17,7 @@ import Plugin.Base gitHubCommit = Plugin { matchRegex = "^[0-9a-f]{40}$" , perform = gitHubCommitAction - , command = "GIT_SHA" + , command = "" , description = "Generate a commit URL based on the given SHA." } -- cgit v1.2.3