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:
parent
4103f9dd0e
commit
7435373dd8
@ -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: {
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user