diff options
| author | 2018-11-17 09:40:44 +0000 | |
|---|---|---|
| committer | 2018-11-17 09:40:44 +0000 | |
| commit | 43e39c42c7b3b581f585a9431d97e55f68068e3e (patch) | |
| tree | b05f540c52791861d5733fc5e7fb96c30cae6d51 /modules/github.py | |
| parent | Boldify `pusher` for combined commits (diff) | |
| signature | ||
'bol' -> 'bold' typo
Diffstat (limited to 'modules/github.py')
| -rw-r--r-- | modules/github.py | 2 |
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"] |
