From 0a8968281619cacf1de72e07a89d5034400f2373 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 18 May 2019 11:07:42 +0100 Subject: `match.group(0)` -> `ref` --- modules/github/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/github') diff --git a/modules/github/__init__.py b/modules/github/__init__.py index 5ed457ca..a8f6b294 100644 --- a/modules/github/__init__.py +++ b/modules/github/__init__.py @@ -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: -- cgit v1.3.1-10-gc9f91