Update Library/Homebrew/cmd/reinstall.rb comment

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Thibaut Hérault 2025-03-07 11:26:52 -05:00 committed by GitHub
parent 6d3ca98207
commit 548d87c9e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,7 +131,7 @@ module Homebrew
unless formulae.empty?
Install.perform_preinstall_checks_once
# Main block: if asking the user is enabled, show dependency and size information.
# If asking the user is enabled, show dependency and size information.
Install.ask(formulae, args: args) if args.ask?
formulae.each do |formula|