match.group(0)
-> ref
This commit is contained in:
parent
c474702afb
commit
0a89682816
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ class Module(ModuleManager.BaseModule):
|
|||
|
||||
if ref and event["channel"].get_setting("auto-github", False):
|
||||
try:
|
||||
result = self._get_info(event["channel"], match.group(0))
|
||||
result = self._get_info(event["channel"], ref)
|
||||
except utils.EventError:
|
||||
return
|
||||
if result:
|
||||
|
|
Loading…
Reference in a new issue