Skip to content

Commit

Permalink
bump-formula-pr: fix method argument type
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed May 5, 2023
1 parent 448bf8b commit a341f43
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 @@ -325,7 +325,7 @@ def bump_formula_pr

unless args.dry_run?
resources_checked = PyPI.update_python_resources! formula,
version: new_formula_version,
version: new_formula_version.to_s,
package_name: args.python_package_name,
extra_packages: args.python_extra_packages,
exclude_packages: args.python_exclude_packages,
Expand Down

0 comments on commit a341f43

Please sign in to comment.