diff options
| author | Vladimír Kriška | 2014-06-21 01:36:06 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2014-06-21 09:14:35 -0700 |
| commit | 70d0035d372d5d602779add80ac250730c4d7749 (patch) | |
| tree | aa0d95d6445ee70760513bb57fc9d62149ee2643 /Library/Homebrew/cmd | |
| parent | dfe1c4753178f0aa2b7b59c5d80b61f6afc34621 (diff) | |
| download | brew-70d0035d372d5d602779add80ac250730c4d7749.tar.bz2 | |
Show file contents instead of commits
Closes Homebrew/homebrew#30324.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/info.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/info.rb b/Library/Homebrew/cmd/info.rb index 95c1de9e2..1e82bbaf1 100644 --- a/Library/Homebrew/cmd/info.rb +++ b/Library/Homebrew/cmd/info.rb @@ -72,7 +72,7 @@ module Homebrew path = "Library/Formula/#{f.path.basename}" end - "https://github.com/#{user}/#{repo}/commits/master/#{path}" + "https://github.com/#{user}/#{repo}/blob/master/#{path}" end def info_formula f |
