From a93e7ab2bde4b964151f21db3df00c86f91e4ab0 Mon Sep 17 00:00:00 2001 From: Gautham Goli Date: Tue, 10 Apr 2018 19:09:59 +0530 Subject: [PATCH] bottle: Use @args --- Library/Homebrew/dev-cmd/bottle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/bottle.rb b/Library/Homebrew/dev-cmd/bottle.rb index 06563c4fd4..ab222b8832 100644 --- a/Library/Homebrew/dev-cmd/bottle.rb +++ b/Library/Homebrew/dev-cmd/bottle.rb @@ -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" => {