diff --git a/Library/Homebrew/dev-cmd/edit.rb b/Library/Homebrew/dev-cmd/edit.rb index 90334a33ca..4bf9b207b0 100644 --- a/Library/Homebrew/dev-cmd/edit.rb +++ b/Library/Homebrew/dev-cmd/edit.rb @@ -63,7 +63,7 @@ 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"}, + `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