Apply suggestions from code review

code review changes

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Lionell Loh Jian An 2020-07-07 21:39:53 +08:00 committed by GitHub
parent ebb3b50cc1
commit c855429612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1395,7 +1395,7 @@ Note that environment variables must have a value set to be detected. For exampl
*Default:* `15`. *Default:* `15`.
* `HOMEBREW_FORBIDDEN_LICENSES`: * `HOMEBREW_FORBIDDEN_LICENSES`:
Use this environment variable to define a blacklist of space separated licenses and Homebrew will avoid installing the packages with those licenses. Use this environment variable to define a denylist of space separated licenses and Homebrew will refuse to install packages known to have those licenses.
* `HOMEBREW_FORCE_BREWED_CURL`: * `HOMEBREW_FORCE_BREWED_CURL`:
If set, always use a Homebrew-installed `curl`(1) rather than the system version. Automatically set if the system version of `curl` is too old. If set, always use a Homebrew-installed `curl`(1) rather than the system version. Automatically set if the system version of `curl` is too old.