From 989e3cd2fa36c7e761551eebb1caabea308094f5 Mon Sep 17 00:00:00 2001 From: Connor Mann Date: Fri, 11 Jun 2021 13:48:25 -0400 Subject: [PATCH] Update `HOMEBREW_NO_INSTALL_UPGRADE` description --- Library/Homebrew/env_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/env_config.rb b/Library/Homebrew/env_config.rb index 039560e834..1a0aae3a4d 100644 --- a/Library/Homebrew/env_config.rb +++ b/Library/Homebrew/env_config.rb @@ -258,7 +258,7 @@ module Homebrew boolean: true, }, HOMEBREW_NO_INSTALL_UPGRADE: { - description: "If set, `brew install` will not automatically upgrade installed and out of date formulae", + description: "If set, `brew install` will not automatically upgrade installed but outdated formulae", boolean: true, }, HOMEBREW_PRY: {