Skip to content

Commit 0dac30c

Browse files
fix checkout
1 parent 1bbaf85 commit 0dac30c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github_extraction/get_git_sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def run_command(
2929
capture_output=True,
3030
text=True,
3131
timeout=300,
32-
shell=True,
32+
shell=False,
3333
check=False,
3434
)
3535
if result.returncode:

0 commit comments

Comments
 (0)