env_config: clean up default text for HOMEBREW_LIVECHECK_WATCHLIST

Follow up to #13453. The default values for our other environment
variables are typically wrapped in backticks, so let's do the same here
for consistency.

Closes #13455.
This commit is contained in:
Carlo Cabrera 2022-06-22 11:26:23 +08:00
parent 4103f9dd0e
commit 7435373dd8
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0
3 changed files with 3 additions and 3 deletions

View File

@ -223,7 +223,7 @@ module Homebrew
HOMEBREW_LIVECHECK_WATCHLIST: { HOMEBREW_LIVECHECK_WATCHLIST: {
description: "Consult this file for the list of formulae to check by default when no formula argument " \ description: "Consult this file for the list of formulae to check by default when no formula argument " \
"is passed to `brew livecheck`.", "is passed to `brew livecheck`.",
default_text: "$HOME/.brew_livecheck_watchlist", default_text: "`$HOME/.brew_livecheck_watchlist`",
default: "~/.brew_livecheck_watchlist", default: "~/.brew_livecheck_watchlist",
}, },
HOMEBREW_LOGS: { HOMEBREW_LOGS: {

View File

@ -2102,7 +2102,7 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
- `HOMEBREW_LIVECHECK_WATCHLIST` - `HOMEBREW_LIVECHECK_WATCHLIST`
<br>Consult this file for the list of formulae to check by default when no formula argument is passed to `brew livecheck`. <br>Consult this file for the list of formulae to check by default when no formula argument is passed to `brew livecheck`.
*Default:* `$HOME/.brew_livecheck_watchlist`. *Default:* `$HOME/.brew_livecheck_watchlist`
- `HOMEBREW_LOGS` - `HOMEBREW_LOGS`
<br>Use this directory to store log files. <br>Use this directory to store log files.

View File

@ -3051,7 +3051,7 @@ If set, install formulae and casks in homebrew/core and homebrew/cask taps using
Consult this file for the list of formulae to check by default when no formula argument is passed to \fBbrew livecheck\fR\. Consult this file for the list of formulae to check by default when no formula argument is passed to \fBbrew livecheck\fR\.
. .
.IP .IP
\fIDefault:\fR \fB$HOME/\.brew_livecheck_watchlist\fR\. \fIDefault:\fR \fB$HOME/\.brew_livecheck_watchlist\fR
. .
.TP .TP
\fBHOMEBREW_LOGS\fR \fBHOMEBREW_LOGS\fR