This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ def handle_git(args):
|
||||
value = 'git@codex.r10x.net:org-'+str(org_id)+'@github.com:'
|
||||
exec_cmd(cmd)
|
||||
|
||||
cmd = 'git -C ' INPUT_PATH + ' remote add origin ' + GITHUB_SERVER_URL + '/' + REPOSITORY
|
||||
cmd = 'git -C ' + INPUT_PATH + ' remote add origin ' + GITHUB_SERVER_URL + '/' + REPOSITORY
|
||||
print(cmd)
|
||||
exec_cmd(cmd)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user