diff --git a/execute.py b/execute.py index 098c2b0..ccaaa8e 100755 --- a/execute.py +++ b/execute.py @@ -29,7 +29,7 @@ print('result:' , result.read()) key = 'url.'+GITHUB_SERVER_URL+'/.insteadOf' value = '"git@'+'codex.r10x.net'+'"' -cmd = 'git config --global ' + key + ' ' + value +cmd = 'git config --global ' + key + ' ' + GITHUB_SERVER_URL result = os.popen(cmd) print('result:' , result.read())