Skip to content

Commit

Permalink
Merge pull request #109 from chenrui333/replace-remote-repo
Browse files Browse the repository at this point in the history
chore: tap.remote_repo -> tap.remote_repository
  • Loading branch information
alex authored Sep 25, 2024
2 parents 64c0427 + cade3d0 commit 8d074c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-prs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
end

begin
GitHub.check_for_duplicate_pull_requests(formula.name, formula.tap.remote_repo,
GitHub.check_for_duplicate_pull_requests(formula.name, formula.tap.remote_repository,
state: "open",
file: formula.path.relative_path_from(formula.tap.path).to_s,
quiet: false)
Expand Down

0 comments on commit 8d074c6

Please sign in to comment.