diff --git a/ci/update-repos b/ci/update-repos index ef69ee45..c44246cc 100755 --- a/ci/update-repos +++ b/ci/update-repos @@ -44,7 +44,7 @@ if __name__ == "__main__": if repodir.exists(): try: print("Updating %s..." % repo) - subprocess.run(["git", "-C", repodir, "-c", "gc.autoDetach=false", "fetch"], check=True) + subprocess.run(["git", "-C", repodir, "-c", "gc.autoDetach=false", "fetch", repo], check=True) except subprocess.CalledProcessError as e: print(e) failed = True