Merge pull request #5527 from MikeMcQuaid/fix-search-regex-warning
cmd/search: fix truncated regex warning.
This commit is contained in:
		
						commit
						3771d2d447
					
				@ -125,7 +125,7 @@ module Homebrew
 | 
				
			|||||||
      end
 | 
					      end
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ohai <<~EOS
 | 
					    opoo <<~EOS
 | 
				
			||||||
      Did you mean to perform a regular expression search?
 | 
					      Did you mean to perform a regular expression search?
 | 
				
			||||||
      Surround your query with /slashes/ to search locally by regex.
 | 
					      Surround your query with /slashes/ to search locally by regex.
 | 
				
			||||||
    EOS
 | 
					    EOS
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user