Skip to content

Commit

Permalink
Make warning message fit 80 char limit
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
abitrolly committed Sep 25, 2023
1 parent a0a4fa4 commit 84ce25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Homebrew/dev-cmd/edit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def edit
!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
Expand Down

0 comments on commit 84ce25d

Please sign in to comment.