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