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):
|
if ref and event["channel"].get_setting("auto-github", False):
|
||||||
try:
|
try:
|
||||||
result = self._get_info(event["channel"], match.group(0))
|
result = self._get_info(event["channel"], ref)
|
||||||
except utils.EventError:
|
except utils.EventError:
|
||||||
return
|
return
|
||||||
if result:
|
if result:
|
||||||
|
|
Loading…
Reference in a new issue