From cc3d075e5a465351ab4a8fe4e20fac1c6b7b5a09 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sat, 29 Mar 2025 15:36:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20execute.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- execute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())