aboutsummaryrefslogtreecommitdiff
path: root/modules/git_webhooks/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git_webhooks/__init__.py')
-rw-r--r--modules/git_webhooks/__init__.py2
1 files changed, 1 insertions, 1 deletions
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