diff options
| author | Samuel John | 2013-01-23 16:07:48 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-23 19:53:46 -0800 |
| commit | 322635a22bc34ac645831a0c42a2f8773f1fb3eb (patch) | |
| tree | 904afc6ff79a0b31a65961c88d17182b05f5c3ba /Library | |
| parent | ac1d7d181a84ccdac626c3535861871a6818a0a5 (diff) | |
| download | homebrew-322635a22bc34ac645831a0c42a2f8773f1fb3eb.tar.bz2 | |
brew search looks in samueljohn/python, too.
Closes #17267.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/search.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/search.rb b/Library/Homebrew/cmd/search.rb index 205537574..60f2452dc 100644 --- a/Library/Homebrew/cmd/search.rb +++ b/Library/Homebrew/cmd/search.rb @@ -35,6 +35,7 @@ module Homebrew extend self results = [] threads << Thread.new { search_tap "josegonzalez", "php", rx } threads << Thread.new { search_tap "alanthing", "apachemod", rx } + threads << Thread.new { search_tap "samueljohn", "python", 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 } |
