Skip to content
Snippets Groups Projects
Commit a93e7ab2 authored by Gautham Goli's avatar Gautham Goli
Browse files

bottle: Use @args

parent 46821084
No related branches found
No related tags found
No related merge requests found
......@@ -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" => {
......
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