Skip to content
Snippets Groups Projects
Unverified Commit 605228d0 authored by Baffour Adu Boampong's avatar Baffour Adu Boampong Committed by GitHub
Browse files

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

parent e28c4329
No related branches found
No related tags found
No related merge requests found
......@@ -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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment