From 70d0035d372d5d602779add80ac250730c4d7749 Mon Sep 17 00:00:00 2001 From: Vladimír Kriška Date: Sat, 21 Jun 2014 01:36:06 +0200 Subject: 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(-) (limited to 'Library') 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 -- cgit v1.2.3