Skip to content

Commit

Permalink
Merge pull request #12942 from hyuraku/delete-deprecate-key
Browse files Browse the repository at this point in the history
delete bottle deprecate key
  • Loading branch information
MikeMcQuaid committed Mar 1, 2022
2 parents c84cb39 + e46e35b commit 9235fe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Library/Homebrew/dev-cmd/bottle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ def bottle_formula(f, args:)
},
"bottle" => {
"root_url" => bottle.root_url,
"prefix" => prefix.to_s, # TODO: 3.3.0: deprecate this
"cellar" => bottle_cellar.to_s,
"rebuild" => bottle.rebuild,
"date" => Pathname(filename.to_s).mtime.strftime("%F"),
Expand Down

0 comments on commit 9235fe9

Please sign in to comment.