From 57fbd5ef7c05055a59908ae996bcdb487110cb02 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 1 Sep 2012 19:01:56 -0700 Subject: Fix the name because adamv doesn't know what he's doing. --- Library/Homebrew/cmd/search.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/search.rb b/Library/Homebrew/cmd/search.rb index cf17b3619..4cb17f229 100644 --- a/Library/Homebrew/cmd/search.rb +++ b/Library/Homebrew/cmd/search.rb @@ -34,7 +34,7 @@ module Homebrew extend self threads = [] results = [] threads << Thread.new { search_tap "josegonzalez", "php", rx } - threads << Thread.new { search_tap "alanthing", "homebrew-apachemod", rx } + threads << Thread.new { search_tap "alanthing", "apachemod", rx } threads << Thread.new { search_tap "Homebrew", "versions", rx } threads << Thread.new { search_tap "Homebrew", "dupes", rx } threads << Thread.new { search_tap "Homebrew", "games", rx } -- cgit v1.2.3