Skip to content

Commit

Permalink
Merge pull request #18655 from kou/brew-bump-formula-pr-type-error
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored Oct 28, 2024
2 parents 841117a + 0c3e207 commit c81b2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/dev-cmd/bump-formula-pr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def run
new_mirrors ||= args.mirror
if new_url.present? && (new_mirror = determine_mirror(new_url))
new_mirrors ||= [new_mirror]
check_for_mirrors(formula, old_mirrors, new_mirrors)
check_for_mirrors(formula.name, old_mirrors, new_mirrors)
end

old_hash = formula_spec.checksum&.hexdigest
Expand Down

0 comments on commit c81b2e4

Please sign in to comment.