From 605228d07ca47d416bae7ba4df098fee07d17905 Mon Sep 17 00:00:00 2001 From: Baffour Adu Boampong Date: Tue, 18 Aug 2020 09:53:39 +0000 Subject: [PATCH] Update Library/Homebrew/dev-cmd/bump.rb Co-authored-by: Mike McQuaid --- Library/Homebrew/dev-cmd/bump.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/bump.rb b/Library/Homebrew/dev-cmd/bump.rb index 6a4641670c..ad9d28c795 100644 --- a/Library/Homebrew/dev-cmd/bump.rb +++ b/Library/Homebrew/dev-cmd/bump.rb @@ -23,7 +23,7 @@ module Homebrew def bump args = bump_args.parse - requested_formulae = !args.formulae.empty? ? args.formulae.map(&:name) : nil + requested_formulae = args.formulae.map(&:name) if args.formulae.present? requested_limit = args.limit.to_i if args.limit.present?