Update Library/Homebrew/dev-cmd/bump.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
e28c4329a4
commit
605228d07c
@ -23,7 +23,7 @@ module Homebrew
|
|||||||
def bump
|
def bump
|
||||||
args = bump_args.parse
|
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?
|
requested_limit = args.limit.to_i if args.limit.present?
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user