aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-23 19:53:06 -0800
committerAdam Vandenberg2013-01-23 19:53:06 -0800
commit05eb740766d4b2611abd9a197d3fdf585db9f0ce (patch)
tree9f60bd61f393568cbe56c70dcd658f51d74bf406 /Library
parent0a9f5c68678f77ea3340de5638db5f4d6bc906e5 (diff)
downloadbrew-05eb740766d4b2611abd9a197d3fdf585db9f0ce.tar.bz2
Add Homebrew-completions to search
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/search.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/search.rb b/Library/Homebrew/cmd/search.rb
index b1109547c..205537574 100644
--- a/Library/Homebrew/cmd/search.rb
+++ b/Library/Homebrew/cmd/search.rb
@@ -39,6 +39,7 @@ module Homebrew extend self
threads << Thread.new { search_tap "Homebrew", "dupes", rx }
threads << Thread.new { search_tap "Homebrew", "games", rx }
threads << Thread.new { search_tap "Homebrew", "science", rx }
+ threads << Thread.new { search_tap "Homebrew", "completions", rx }
threads.each do |t|
results << t.value