From 548d87c9e840e227c7c34b449ec9fc60f806f651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaut=20H=C3=A9rault?= <78233978+tyuwags@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:26:52 -0500 Subject: [PATCH] Update Library/Homebrew/cmd/reinstall.rb comment Co-authored-by: Mike McQuaid --- Library/Homebrew/cmd/reinstall.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/reinstall.rb b/Library/Homebrew/cmd/reinstall.rb index 4556222e1c..3c767f0619 100644 --- a/Library/Homebrew/cmd/reinstall.rb +++ b/Library/Homebrew/cmd/reinstall.rb @@ -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|