typo, 'respository' -> 'repository' (github.py)
This commit is contained in:
parent
77c7084e9d
commit
5bf603bbfa
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class Module(ModuleManager.BaseModule):
|
|||
full_name = None
|
||||
repo_username = None
|
||||
repo_name = None
|
||||
if "respository" in data:
|
||||
if "repository" in data:
|
||||
full_name = data["repository"]["full_name"]
|
||||
repo_username, repo_name = full_name.split("/", 1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue