Fix typo in github_info

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Luke Gallagher 2010-06-29 16:56:35 +10:00 committed by Adam Vandenberg
parent 480accdd47
commit 551e4efbd6

View File

@ -172,7 +172,7 @@ def github_info name
end
user = 'mxcl' if user.empty?
branch = 'master' if user.empty?
branch = 'master' if branch.empty?
return "http://github.com/#{user}/homebrew/commits/#{branch}/Library/Formula/#{formula_name}"
end