Skip backticks when printing env var name
This commit is contained in:
parent
96ca1c561a
commit
7e835bcd97
@ -121,7 +121,7 @@ module Homebrew
|
|||||||
!Homebrew::EnvConfig.no_env_hints?
|
!Homebrew::EnvConfig.no_env_hints?
|
||||||
opoo <<~EOS
|
opoo <<~EOS
|
||||||
`brew install` ignores locally edited #{(path.core_cask_path? || path.core_cask_tap?) ? "casks" : "formulae"} if
|
`brew install` ignores locally edited #{(path.core_cask_path? || path.core_cask_tap?) ? "casks" : "formulae"} if
|
||||||
`HOMEBREW_NO_INSTALL_FROM_API` is not set.
|
HOMEBREW_NO_INSTALL_FROM_API is not set.
|
||||||
EOS
|
EOS
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user