parent
283cc5ef80
commit
dd90f51e37
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ def cd_clone_branch():
|
||||||
{project.url}
|
{project.url}
|
||||||
↓
|
↓
|
||||||
{os.path.realpath(os.curdir)}
|
{os.path.realpath(os.curdir)}
|
||||||
''')
|
''', end=str(), flush=True)
|
||||||
ps.run('git',
|
ps.run('git',
|
||||||
'clone',
|
'clone',
|
||||||
'--branch', project.branch,
|
'--branch', project.branch,
|
||||||
|
|
Loading…
Reference in a new issue