env_config: tweak HOMEBREW_INSTALL_FROM_API wording.

This commit is contained in:
Mike McQuaid 2021-10-27 11:43:15 +01:00 committed by GitHub
parent 2e78389516
commit 4d1aeea36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,7 +192,8 @@ module Homebrew
HOMEBREW_INSTALL_FROM_API: {
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." \
"\n\n *Note:* Users with developer mode enabled cannot set HOMEBREW_INSTALL_FROM_API.",
"\n\n *Note:* Setting HOMEBREW_INSTALL_FROM_API is not compatible with Homebrew's " \
"developer mode so will error (as Homebrew development needs a full clone).",
boolean: true,
},
HOMEBREW_LIVECHECK_WATCHLIST: {