mirror of
https://github.com/gosticks/brew.git
synced 2026-08-16 22:50:18 +00:00
Update Library/Homebrew/dev-cmd/bump.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
co-authored by
Mike McQuaid
parent
e28c4329a4
commit
605228d07c
@@ -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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user