Skip to content

Commit 63c665f

Browse files
author
Reean Khan
committed
hopefully works
1 parent 50af49d commit 63c665f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fork_and_clone/Fnc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def clone(repo):
4141
arr = repo.split("/")
4242
subprocess.run(
4343
"git clone https://github.com/" + repo + ".git " + location
44-
+ "\\" + arr[0] + "\\" + arr[1], shell=True, check=True)
44+
+ "\\" + arr[0] + "\\" + arr[1], shell=True, check=True)
4545
else:
4646
subprocess.run(
4747
"git clone https://github.com/" + repo + ".git",

0 commit comments

Comments
 (0)