diff --git a/executor/cli/git.py b/executor/cli/git.py index 645926f..502e792 100644 --- a/executor/cli/git.py +++ b/executor/cli/git.py @@ -69,7 +69,7 @@ def handle_git(args): value = 'git@codex.r10x.net:org-'+str(org_id)+'@github.com:' exec_cmd(cmd) - cmd = 'git remote add origin ' + GITHUB_SERVER_URL + REPOSITORY + cmd = 'git remote add origin ' + GITHUB_SERVER_URL + '/' + REPOSITORY exec_cmd(cmd) cmd = 'git fetch --progress --depth ' + DEPTH + ' origin ' + REF