From 9f9c6d17cc4b3ad06d17a65973b591cbabb9f373 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Mon, 16 Mar 2026 22:05:16 +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=20executor/cli/git.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- executor/cli/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executor/cli/git.py b/executor/cli/git.py index 3427a8f..47c7bc3 100644 --- a/executor/cli/git.py +++ b/executor/cli/git.py @@ -46,7 +46,7 @@ def handle_git(args): result = os.popen(cmd) print(result.read()) - cmd = 'git init' + cmd = f'git init {INPUT_PATH}' exec_cmd(cmd) sample_string = "x-access-token:" + TOKEN