Update Library/Homebrew/dev-cmd/bump.rb

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Baffour Adu Boampong
2020-08-18 09:53:39 +00:00
committed by GitHub
co-authored by Mike McQuaid
parent e28c4329a4
commit 605228d07c
+1 -1
View File
@@ -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?