'bol' -> 'bold' typo

This commit is contained in:
jesopo 2018-11-17 09:40:44 +00:00
parent 2072c9f3e8
commit 43e39c42c7

View file

@ -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"]