bottle: Use @args

This commit is contained in:
Gautham Goli 2018-04-10 19:09:59 +05:30
parent 468210840c
commit a93e7ab2bd

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" => {