Fix nil repositories in dev-cmd bump
This commit is contained in:
parent
6efdf981f2
commit
b48f85f991
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user