Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit ef50eee

Browse files
Merge pull request #1287 from scf2k/patch-1
Fix typo in the script description
2 parents 740c26c + 1f543f1 commit ef50eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/github-commiters.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = (robot) ->
2929
max_length -= 1
3030
return unless max_length
3131

32-
robot.respond /repo top-commiter (.*)$/i, (msg) ->
32+
robot.respond /repo top-commiters? (.*)$/i, (msg) ->
3333
read_contributors msg, (commits) ->
3434
top_commiter = null
3535
for commit in commits

0 commit comments

Comments
 (0)