Skip to content
Snippets Groups Projects
Commit e5c1f511 authored by Baptiste Fontaine's avatar Baptiste Fontaine Committed by Mike McQuaid
Browse files

search: fix --fedora URL.


Closes Homebrew/homebrew#37155.

Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
parent 4c19b5d9
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ module Homebrew
elsif ARGV.include? '--opensuse'
exec_browser "http://software.opensuse.org/search?q=#{ARGV.next}"
elsif ARGV.include? '--fedora'
exec_browser "https://admin.fedoraproject.org/pkgdb/acls/list/*#{ARGV.next}*"
exec_browser "https://admin.fedoraproject.org/pkgdb/packages/%2A#{ARGV.next}%2A/"
elsif ARGV.include? '--ubuntu'
exec_browser "http://packages.ubuntu.com/search?keywords=#{ARGV.next}&searchon=names&suite=all&section=all"
elsif ARGV.empty?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment