From 32a9a39e884319d6fd3f146e2afb0df194bccf36 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 15 Sep 2019 19:59:11 +0100 Subject: 'hooked_repos_lowers' -> 'hooked_repos_lower' --- modules/git_webhooks/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/git_webhooks') diff --git a/modules/git_webhooks/__init__.py b/modules/git_webhooks/__init__.py index bea2ea2c..f2dd1f82 100644 --- a/modules/git_webhooks/__init__.py +++ b/modules/git_webhooks/__init__.py @@ -75,7 +75,7 @@ class Module(ModuleManager.BaseModule): elif repo_username_lower and repo_username_lower in hooked_repos_lower: found_hook = hooked_repos_lower[repo_username_lower] elif organisation_lower and organisation_lower in hooked_repos_lower: - found_hook = hooked_repos_lowers[organisation_lower] + found_hook = hooked_repos_lower[organisation_lower] else: continue -- cgit v1.3.1-10-gc9f91