Fix typo in github_info
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
480accdd47
commit
551e4efbd6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user