From 536446b664eadb8574d4a0e057c1129c1257d9fe Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 10 Sep 2011 16:24:35 -0500 Subject: [PATCH] Use HTTPS during `brew update` Closes Homebrew/homebrew#7527. Signed-off-by: Jack Nagel --- Library/Homebrew/cmd/update.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/update.rb b/Library/Homebrew/cmd/update.rb index 6d150d398f..773bf257de 100644 --- a/Library/Homebrew/cmd/update.rb +++ b/Library/Homebrew/cmd/update.rb @@ -12,7 +12,7 @@ module Homebrew extend self end class RefreshBrew - REPOSITORY_URL = "http://github.com/mxcl/homebrew.git" + REPOSITORY_URL = "https://github.com/mxcl/homebrew.git" FORMULA_DIR = 'Library/Formula/' EXAMPLE_DIR = 'Library/Contributions/examples/'