Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored Sep 25, 2024
1 parent c53a7e3 commit 878f96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cmd/info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def info_formula(formula)
]
if kegs.empty?
puts "Not installed"
unless (bottle = formula.bottle).nil?
if (bottle = formula.bottle)
begin
bottle.fetch_tab(quiet: !args.debug?) if args.fetch_manifest?
bottle_size = bottle.bottle_size
Expand Down

0 comments on commit 878f96f

Please sign in to comment.