From 2c4d404cdbbef8dd3f2fb7a9e2ae97b309ccf6c8 Mon Sep 17 00:00:00 2001 From: thibhero Date: Thu, 6 Feb 2025 09:26:52 -0500 Subject: [PATCH] Reordering by alphabetic order --- Library/Homebrew/env_config.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Library/Homebrew/env_config.rb b/Library/Homebrew/env_config.rb index f91b3ac786..4d4b8f5f79 100644 --- a/Library/Homebrew/env_config.rb +++ b/Library/Homebrew/env_config.rb @@ -48,6 +48,10 @@ module Homebrew "trying any other/default URLs.", boolean: true, }, + HOMEBREW_ASK: { + description: "If set, pass `--ask`to all formula install commands.", + boolean: true, + }, HOMEBREW_AUTO_UPDATE_SECS: { description: "Run `brew update` once every `$HOMEBREW_AUTO_UPDATE_SECS` seconds before some commands, " \ "e.g. `brew install`, `brew upgrade` and `brew tap`. Alternatively, " \ @@ -500,10 +504,6 @@ module Homebrew "of build provenance for bottles from homebrew-core.", boolean: true, }, - HOMEBREW_ASK: { - description: "If set, pass `--ask`to all formula install commands.", - boolean: true, - }, SUDO_ASKPASS: { description: "If set, pass the `-A` option when calling `sudo`(8).", },