Merge pull request #5527 from MikeMcQuaid/fix-search-regex-warning

cmd/search: fix truncated regex warning.
This commit is contained in:
Mike McQuaid 2019-01-12 12:23:25 +00:00 committed by GitHub
commit 3771d2d447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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