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 | b9154a7df5f0924a8b4a271b81db0c4b2e1a6c4a (patch) | |
| tree | 0145aa80db1e356d85010d57b2b9450fd0f025d2 /Library | |
| parent | 8597f408b3ab0c78aa6e397a1b2960530bd719f6 (diff) | |
| download | homebrew-b9154a7df5f0924a8b4a271b81db0c4b2e1a6c4a.tar.bz2 | |
Show file contents instead of commits
Closes #30324.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 |
