Merge pull request #4048 from GauthamGoli/bottle-minor-fix

bottle: Use @args
This commit is contained in:
Mike McQuaid 2018-04-10 10:20:12 -07:00 committed by GitHub
commit 3e173d8e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,7 +364,7 @@ module Homebrew
return unless @args.json?
tag = Utils::Bottles.tag.to_s
tag += "_or_later" if args.or_later?
tag += "_or_later" if @args.or_later?
json = {
f.full_name => {
"formula" => {