mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Changing pull back to main repos instead of mine.
This commit is contained in:
parent
92d9c97cff
commit
2f6ee5d29e
@ -81,7 +81,7 @@ def gitPull(TskOrAutopsy, branch):
|
|||||||
print("Checking out " + branch)
|
print("Checking out " + branch)
|
||||||
call = ["git", "checkout", branch]
|
call = ["git", "checkout", branch]
|
||||||
subprocess.call(call, stdout=sys.stdout, cwd=ccwd)
|
subprocess.call(call, stdout=sys.stdout, cwd=ccwd)
|
||||||
toPull = "https://www.github.com/alexjacks92/" + TskOrAutopsy
|
toPull = "https://www.github.com/sleuthkit/" + TskOrAutopsy
|
||||||
call = ["git", "pull", toPull, branch]
|
call = ["git", "pull", toPull, branch]
|
||||||
if TskOrAutopsy == "sleuthkit":
|
if TskOrAutopsy == "sleuthkit":
|
||||||
ccwd = os.path.join("..", "..", "..", "sleuthkit")
|
ccwd = os.path.join("..", "..", "..", "sleuthkit")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user