cmd/search: fix truncated regex warning.

`ohai` doesn't really work for this case.

Fixes #5520.
This commit is contained in:
Mike McQuaid 2019-01-12 11:57:37 +00:00
parent 11c5c3eaec
commit 9135d16d54
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -125,7 +125,7 @@ module Homebrew
end
end
ohai <<~EOS
opoo <<~EOS
Did you mean to perform a regular expression search?
Surround your query with /slashes/ to search locally by regex.
EOS