Fix nil repositories in dev-cmd bump

This commit is contained in:
Douglas Eichelberger 2024-03-20 13:40:35 -07:00
parent 6efdf981f2
commit b48f85f991

View File

@ -156,7 +156,7 @@ module Homebrew
retrieve_and_display_info_and_open_pr(
formula_or_cask,
name,
package_data&.values&.first,
package_data&.values&.first || [],
ambiguous_cask: ambiguous_casks.include?(formula_or_cask),
)
end