Merge pull request #4048 from GauthamGoli/bottle-minor-fix
bottle: Use @args
This commit is contained in:
commit
3e173d8e5e
@ -364,7 +364,7 @@ module Homebrew
|
|||||||
|
|
||||||
return unless @args.json?
|
return unless @args.json?
|
||||||
tag = Utils::Bottles.tag.to_s
|
tag = Utils::Bottles.tag.to_s
|
||||||
tag += "_or_later" if args.or_later?
|
tag += "_or_later" if @args.or_later?
|
||||||
json = {
|
json = {
|
||||||
f.full_name => {
|
f.full_name => {
|
||||||
"formula" => {
|
"formula" => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user