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
parent e28c4329a4
commit 605228d07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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?