Skip to content

Commit

Permalink
Fix get fork
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Aug 4, 2023
1 parent 809e9aa commit a400e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/scverse_template_scripts/cruft_prs.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def make_pr(con: GitHubConnection, release: GHRelease, repo_url: str) -> None:

# create fork, populate branch, do PR from it
origin = con.gh.get_repo(repo_url.removeprefix("https://github.com/"))
repo = get_fork(con, origin, repo_id)
repo = get_fork(con, origin)
with TemporaryDirectory() as td:
updated = cruft_update(con, release.tag_name, repo, origin, Path(td), pr)
if updated:
Expand Down

0 comments on commit a400e6f

Please sign in to comment.