Merge pull request #11353 from nandahkrishna/fix-bump
dev-cmd/bump: fix empty array check
This commit is contained in:
commit
4331d6a216
@ -53,7 +53,7 @@ module Homebrew
|
|||||||
|
|
||||||
limit = args.limit.to_i if args.limit.present?
|
limit = args.limit.to_i if args.limit.present?
|
||||||
|
|
||||||
if formulae_and_casks
|
if formulae_and_casks.present?
|
||||||
Livecheck.load_other_tap_strategies(formulae_and_casks)
|
Livecheck.load_other_tap_strategies(formulae_and_casks)
|
||||||
|
|
||||||
ambiguous_casks = []
|
ambiguous_casks = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user