Skip to content

Commit

Permalink
info.rb: add size placeholder
Browse files Browse the repository at this point in the history
- Towards Homebrew#18373
  • Loading branch information
osalbahr committed Dec 12, 2024
1 parent 9783ab0 commit 7263215
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Homebrew/cmd/info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@ def info_formula(formula)
ohai "Caveats", caveats.to_s unless caveats.empty?

Utils::Analytics.formula_output(formula, args:)

ohai "Size"
puts "Bottle size: 0"
end

def decorate_dependencies(dependencies)
Expand Down

0 comments on commit 7263215

Please sign in to comment.