Fix brew info --github

This commit is contained in:
Adam Vandenberg 2010-07-27 06:37:49 -07:00
parent f2f68c6beb
commit fa4671f59f

View File

@ -186,7 +186,7 @@ def github_info name
end
def info f
exec 'open', github_info(name) if ARGV.flag? '--github'
exec 'open', github_info(f.name) if ARGV.flag? '--github'
puts "#{f.name} #{f.version}"
puts f.homepage