From fde3538900afa1e40cef79a0fc4a7ffc95a19caf Mon Sep 17 00:00:00 2001 From: Osama Albahrani <54853250+osalbahr@users.noreply.github.com> Date: Wed, 12 Mar 2025 00:31:13 +0300 Subject: [PATCH] install.rb: add "no" in `--ask` output - improves https://github.com/Homebrew/brew/pull/19254 --- Library/Homebrew/install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/install.rb b/Library/Homebrew/install.rb index 1f14cbd211..16af0215a6 100644 --- a/Library/Homebrew/install.rb +++ b/Library/Homebrew/install.rb @@ -381,7 +381,7 @@ module Homebrew end def ask_input - ohai "Do you want to proceed with the installation? [Y/y/yes/N/n]" + ohai "Do you want to proceed with the installation? [Y/y/yes/N/n/no]" accepted_inputs = %w[y yes] declined_inputs = %w[n no] loop do