This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ def handle_git(args):
|
||||
result = os.popen(cmd)
|
||||
print(result.read())
|
||||
|
||||
cmd = f'git -C ' INPUT_PATH + ' init'
|
||||
cmd = f'git -C ' + INPUT_PATH + ' init'
|
||||
exec_cmd(cmd)
|
||||
|
||||
sample_string = "x-access-token:" + TOKEN
|
||||
|
||||
Reference in New Issue
Block a user