From 0f90267bd0ffdd6ebff241a9703173bdb1ced74e Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Sun, 11 Apr 2021 05:07:42 +0100 Subject: [PATCH] dev-cmd/bottle: fix incorrect Cellar value in JSON --- 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 35ff916917..1d2b63e914 100644 --- a/Library/Homebrew/dev-cmd/bottle.rb +++ b/Library/Homebrew/dev-cmd/bottle.rb @@ -527,7 +527,7 @@ module Homebrew "bottle" => { "root_url" => bottle.root_url, "prefix" => bottle.prefix, - "cellar" => bottle.cellar.to_s, + "cellar" => bottle_cellar.to_s, "rebuild" => bottle.rebuild, "date" => Pathname(local_filename).mtime.strftime("%F"), "tags" => {