diff options
| author | Jack Nagel | 2011-09-10 16:24:35 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2011-09-10 16:24:51 -0500 | 
| commit | 536446b664eadb8574d4a0e057c1129c1257d9fe (patch) | |
| tree | 37d54c1f9ce66d56e328eb1dae8c1c1a6b52ec60 /Library/Homebrew/cmd/update.rb | |
| parent | bf3433bde788b84c2005e373bbde4b8bcf75d63c (diff) | |
| download | brew-536446b664eadb8574d4a0e057c1129c1257d9fe.tar.bz2 | |
Use HTTPS during `brew update`
Closes Homebrew/homebrew#7527.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/cmd/update.rb')
| -rw-r--r-- | Library/Homebrew/cmd/update.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/update.rb b/Library/Homebrew/cmd/update.rb index 6d150d398..773bf257d 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/'  | 
