Use HTTPS during brew update
Closes Homebrew/homebrew#7527. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
bf3433bde7
commit
536446b664
@ -12,7 +12,7 @@ module Homebrew extend self
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RefreshBrew
|
class RefreshBrew
|
||||||
REPOSITORY_URL = "http://github.com/mxcl/homebrew.git"
|
REPOSITORY_URL = "https://github.com/mxcl/homebrew.git"
|
||||||
FORMULA_DIR = 'Library/Formula/'
|
FORMULA_DIR = 'Library/Formula/'
|
||||||
EXAMPLE_DIR = 'Library/Contributions/examples/'
|
EXAMPLE_DIR = 'Library/Contributions/examples/'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user