Don't try to set repo
to org
after we've already changed org
This commit is contained in:
parent
5513cc3a80
commit
eaee51f677
1 changed files with 1 additions and 1 deletions
|
@ -116,8 +116,8 @@ class Module(ModuleManager.BaseModule):
|
||||||
default_org, _, default_repo = default_repo.partition("/")
|
default_org, _, default_repo = default_repo.partition("/")
|
||||||
|
|
||||||
if org and not repo:
|
if org and not repo:
|
||||||
org = default_org
|
|
||||||
repo = org or default_repo
|
repo = org or default_repo
|
||||||
|
org = default_org
|
||||||
else:
|
else:
|
||||||
org = org or default_org
|
org = org or default_org
|
||||||
repo = repo or default_repo
|
repo = repo or default_repo
|
||||||
|
|
Loading…
Reference in a new issue