diff options
| author | 2018-11-17 09:39:27 +0000 | |
|---|---|---|
| committer | 2018-11-17 09:39:27 +0000 | |
| commit | 2072c9f3e86a90b66bef437ad26b1f35996d527c (patch) | |
| tree | d5696234fdca69671b6df4a311d9854c1b67e2b4 /modules/github.py | |
| parent | use "before" commit hash for comparing a range of commits (diff) | |
| signature | ||
Boldify `pusher` for combined commits
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 c1e25f3a..d7a01ba8 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 = data["pusher"]["name"] + pusher = utils.irc.bol(data["pusher"]["name"]) url = COMMIT_RANGE_URL % (full_name, first_id, last_id) commits = data["commits"] |
