dev-cmd/edit: ignore linefeed in the message
This commit is contained in:
parent
4d625d03fc
commit
a0a4fa4ed9
@ -63,7 +63,7 @@ module Homebrew
|
|||||||
!Homebrew::EnvConfig.no_install_from_api? &&
|
!Homebrew::EnvConfig.no_install_from_api? &&
|
||||||
!Homebrew::EnvConfig.no_env_hints?
|
!Homebrew::EnvConfig.no_env_hints?
|
||||||
opoo <<~EOS
|
opoo <<~EOS
|
||||||
`brew install` ignores locally edited #{(core_cask_path || core_cask_tap) ? "casks" : "formulae"},
|
`brew install` ignores locally edited #{(core_cask_path || core_cask_tap) ? "casks" : "formulae"} \
|
||||||
if `HOMEBREW_NO_INSTALL_FROM_API` is not set.
|
if `HOMEBREW_NO_INSTALL_FROM_API` is not set.
|
||||||
EOS
|
EOS
|
||||||
edit_api_message_displayed = true
|
edit_api_message_displayed = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user