mirror of https://github.com/zulip/zulip.git
total-contributions: Do a fetch for zulip/zulip as well.
This avoids producing stale output by having a consistent algorithm for all repositories.
This commit is contained in:
parent
f04fb51ecc
commit
6b5ce3579c
|
@ -135,6 +135,7 @@ except subprocess.CalledProcessError:
|
|||
sys.exit(0)
|
||||
|
||||
out_dict: Dict[str, int] = defaultdict(int)
|
||||
subprocess.check_call(["git", "fetch"], cwd=find_path("zulip"))
|
||||
zulip = retrieve_log("zulip", lower_zulip_version, upper_zulip_version)
|
||||
add_log(out_dict, zulip)
|
||||
|
||||
|
|
Loading…
Reference in New Issue