'bol' -> 'bold' typo
This commit is contained in:
parent
2072c9f3e8
commit
43e39c42c7
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
else:
|
else:
|
||||||
first_id = self._short_hash(data["before"])
|
first_id = self._short_hash(data["before"])
|
||||||
last_id = self._short_hash(data["commits"][-1]["id"])
|
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)
|
url = COMMIT_RANGE_URL % (full_name, first_id, last_id)
|
||||||
|
|
||||||
commits = data["commits"]
|
commits = data["commits"]
|
||||||
|
|
Loading…
Reference in a new issue