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).", },