bump-formula-pr: fix method argument type

This commit is contained in:
Dawid Dziurla 2023-05-05 13:51:14 +02:00
parent 448bf8ba9f
commit a341f4346c
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -325,7 +325,7 @@ module Homebrew
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,