From a638c2de6dea8a0cef6b3537926c6a0a477854bd Mon Sep 17 00:00:00 2001 From: "mmoss@chromium.org" Date: Fri, 7 Feb 2014 05:52:34 +0000 Subject: [PATCH] Download git package via https. R=cmp@chromium.org Review URL: https://codereview.chromium.org/139733003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@249612 0039d316-1c4b-4281-b951-d872f2087c98 --- bootstrap/win/win_tools.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/win/win_tools.bat b/bootstrap/win/win_tools.bat index 7e147b18fe..c059929e83 100644 --- a/bootstrap/win/win_tools.bat +++ b/bootstrap/win/win_tools.bat @@ -34,7 +34,7 @@ goto :GIT_180_CHECK set GIT_VERSION=1.8.5.2.chromium.1 set GIT_BIN_DIR=git-%GIT_VERSION%_bin set GIT_ZIP_FILE=%GIT_BIN_DIR%.zip -set GIT_ZIP_URL=http://commondatastorage.googleapis.com/chrome-infra/%GIT_ZIP_FILE% +set GIT_ZIP_URL=https://commondatastorage.googleapis.com/chrome-infra/%GIT_ZIP_FILE% goto :GIT_COMMON