Merge pull request #11104 from Bo98/bottle-cellar-fix

dev-cmd/bottle: fix incorrect Cellar value in JSON
This commit is contained in:
Michka Popoff 2021-04-11 09:38:39 +02:00 committed by GitHub
commit 5dde7a3b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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