mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +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)
|
||||
call = ["git", "checkout", branch]
|
||||
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]
|
||||
if TskOrAutopsy == "sleuthkit":
|
||||
ccwd = os.path.join("..", "..", "..", "sleuthkit")
|
||||
|
Loading…
x
Reference in New Issue
Block a user