dev-cmd/bump: fix empty array check
This commit is contained in:
parent
64b6846d60
commit
8e1c9234e3
@ -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