aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/search.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/search.rb')
-rw-r--r--Library/Homebrew/cmd/search.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/search.rb b/Library/Homebrew/cmd/search.rb
index ed438f846..f71a14ba1 100644
--- a/Library/Homebrew/cmd/search.rb
+++ b/Library/Homebrew/cmd/search.rb
@@ -114,7 +114,7 @@ module Homebrew
def search_formulae(regex)
aliases = Formula.alias_full_names
- results = (Formula.full_names + aliases).grep(regex).sort
+ results = (Formula.full_names+aliases).grep(regex).sort
results.map do |name|
begin