diff options
| author | 2019-09-15 19:59:11 +0100 | |
|---|---|---|
| committer | 2019-09-15 19:59:40 +0100 | |
| commit | 32a9a39e884319d6fd3f146e2afb0df194bccf36 (patch) | |
| tree | 0b2c1e2e0150593ee28fb4319d8564b9562e1475 /modules/git_webhooks | |
| parent | throw on_start() exceptions when tls key/certificate are not present (diff) | |
| signature | ||
'hooked_repos_lowers' -> 'hooked_repos_lower'
Diffstat (limited to 'modules/git_webhooks')
| -rw-r--r-- | modules/git_webhooks/__init__.py | 2 |
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 |
