Merge pull request #11353 from nandahkrishna/fix-bump

dev-cmd/bump: fix empty array check
This commit is contained in:
Dawid Dziurla 2021-05-10 15:22:45 +02:00 committed by GitHub
commit 4331d6a216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ module Homebrew
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)
ambiguous_casks = []