Make warning message fit 80 char limit
The longest line below limit is 59 chars this way. Warning: `brew install` ignores locally edited formulae if `HOMEBREW_NO_INSTALL_FROM_API` is not set.
This commit is contained in:
parent
a0a4fa4ed9
commit
84ce25d370
@ -63,8 +63,8 @@ module Homebrew
|
||||
!Homebrew::EnvConfig.no_install_from_api? &&
|
||||
!Homebrew::EnvConfig.no_env_hints?
|
||||
opoo <<~EOS
|
||||
`brew install` ignores locally edited #{(core_cask_path || core_cask_tap) ? "casks" : "formulae"} \
|
||||
if `HOMEBREW_NO_INSTALL_FROM_API` is not set.
|
||||
`brew install` ignores locally edited #{(core_cask_path || core_cask_tap) ? "casks" : "formulae"} if
|
||||
`HOMEBREW_NO_INSTALL_FROM_API` is not set.
|
||||
EOS
|
||||
edit_api_message_displayed = true
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user