env_config: tweak install from API wording.

This commit is contained in:
Mike McQuaid 2021-10-25 11:25:07 +01:00 committed by GitHub
parent 06b1e1f495
commit 9026b01b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,9 +190,8 @@ module Homebrew
default: "🍺",
},
HOMEBREW_INSTALL_FROM_API: {
description: "If set, install formulae and casks using Homebrew's formulae.brew.sh API instead of " \
"using local definitions. This allows formulae and casks in homebrew/core and homebrew/cask " \
"to be installed even if their respective tap is not installed locally.",
description: "If set, install formulae and casks in homebrew/core and homebrew/cask taps using Homebrew's " \
"API instead of needing (large, slow) local checkouts of these repositories.",
boolean: true,
},
HOMEBREW_LIVECHECK_WATCHLIST: {