From 4c2e7b165912c109cd73fdf70aa6c4e92306a70f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 14 Dec 2013 18:13:11 +0000 Subject: Update docs, comment mxcl/homebrew refs. --- Library/Homebrew/utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/utils.rb') diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 87b91d6b9..75ce62e22 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -137,7 +137,7 @@ def curl *args raise "#{curl} is not executable" unless curl.exist? and curl.executable? args = [HOMEBREW_CURL_ARGS, HOMEBREW_USER_AGENT, *args] - # See https://github.com/mxcl/homebrew/issues/6103 + # See https://github.com/Homebrew/homebrew/issues/6103 args << "--insecure" if MacOS.version < "10.6" args << "--verbose" if ENV['HOMEBREW_CURL_VERBOSE'] args << "--silent" unless $stdout.tty? -- cgit v1.2.3