mirror of
https://abf.rosa.ru/djam/abf-console-client-src.git
synced 2025-02-23 09:52:48 +00:00
OMV github doesn't have groups in repo path
This commit is contained in:
parent
87f2dc2b9b
commit
9c8eb76cba
1 changed files with 2 additions and 1 deletions
3
abf.py
3
abf.py
|
@ -772,7 +772,8 @@ def get():
|
|||
exit(1)
|
||||
elif len(tmp) == 1:
|
||||
project_name = proj
|
||||
proj = '%s/%s' % (cfg['user']['default_group'], proj)
|
||||
if 'github.com' not in cfg['user']['git_uri']:
|
||||
proj = '%s/%s' % (cfg['user']['default_group'], proj)
|
||||
elif len(tmp) == 2:
|
||||
project_name = tmp[1]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue