Skip to content

Commit 7973950

Browse files
committed
fix remote name and cleanup docs
1 parent 1f9436c commit 7973950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_activity/github_activity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def generate_all_activity_md(
213213
shlex.split(f"git clone git@github.com:{target}.git repo"), cwd=td
214214
)
215215
repo = os.path.join(td, "repo")
216-
subprocess.run(shlex.split("git fetch upstream --tags"), cwd=repo)
216+
subprocess.run(shlex.split("git fetch origin --tags"), cwd=repo)
217217

218218
cmd = 'git log --tags --simplify-by-decoration --pretty="format:%h | %D"'
219219
data = (

0 commit comments

Comments
 (0)