diff options
Diffstat (limited to 'Library/Homebrew/cmd/search.rb')
| -rw-r--r-- | Library/Homebrew/cmd/search.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/cmd/search.rb b/Library/Homebrew/cmd/search.rb index d0f85a858..4ba5247f1 100644 --- a/Library/Homebrew/cmd/search.rb +++ b/Library/Homebrew/cmd/search.rb @@ -87,7 +87,7 @@ module Homebrew          arg.include?(char) && !arg.start_with?("/")        end      end -    ohai <<-EOS.undent +    ohai <<~EOS        Did you mean to perform a regular expression search?        Surround your query with /slashes/ to search locally by regex.      EOS | 
