aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-17 09:40:44 +0000
committerGravatar jesopo2018-11-17 09:40:44 +0000
commit43e39c42c7b3b581f585a9431d97e55f68068e3e (patch)
treeb05f540c52791861d5733fc5e7fb96c30cae6d51 /modules
parentBoldify `pusher` for combined commits (diff)
signature
'bol' -> 'bold' typo
Diffstat (limited to 'modules')
-rw-r--r--modules/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py
index d7a01ba8..76eb6b7d 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -102,7 +102,7 @@ class Module(ModuleManager.BaseModule):
else:
first_id = self._short_hash(data["before"])
last_id = self._short_hash(data["commits"][-1]["id"])
- pusher = utils.irc.bol(data["pusher"]["name"])
+ pusher = utils.irc.bold(data["pusher"]["name"])
url = COMMIT_RANGE_URL % (full_name, first_id, last_id)
commits = data["commits"]