From 70d0035d372d5d602779add80ac250730c4d7749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Kri=C5=A1ka?= Date: Sat, 21 Jun 2014 01:36:06 +0200 Subject: [PATCH] Show file contents instead of commits Closes Homebrew/homebrew#30324. Signed-off-by: Adam Vandenberg --- Library/Homebrew/cmd/info.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/info.rb b/Library/Homebrew/cmd/info.rb index 95c1de9e27..1e82bbaf1a 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