Skip to content

Commit

Permalink
Merge pull request #16926 from Homebrew/nilable-bump-repositories
Browse files Browse the repository at this point in the history
Fix nil repositories in dev-cmd bump
  • Loading branch information
Bo98 authored Mar 20, 2024
2 parents 6efdf98 + b48f85f commit fe35b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/dev-cmd/bump.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def handle_formula_and_casks(formulae_and_casks)
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
Expand Down

0 comments on commit fe35b94

Please sign in to comment.