aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd')
-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 39b70ad8b..f64bb5405 100644
--- a/Library/Homebrew/cmd/search.rb
+++ b/Library/Homebrew/cmd/search.rb
@@ -41,6 +41,7 @@ module Homebrew extend self
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 << Thread.new { search_tap "Homebrew", "x11", rx }
threads.each do |t|
results << t.value