'hooked_repos_lowers' -> 'hooked_repos_lower'
This commit is contained in:
parent
f8d24bc422
commit
32a9a39e88
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue