From e4bcb970245ab4f27c5c13edc2b2edac39ac84fa Mon Sep 17 00:00:00 2001 From: mritunjaygoutam12 Date: Sun, 4 Nov 2018 11:12:44 +0530 Subject: [PATCH] build: change repo to https protocol in Makefile PR-URL: https://github.com/nodejs/node/pull/24073 Reviewed-By: Refael Ackermann Reviewed-By: Rich Trott Reviewed-By: Richard Lau --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa8d75242c00f5..8250aa16a76331 100644 --- a/Makefile +++ b/Makefile @@ -205,7 +205,7 @@ coverage-build: all if [ ! -d node_modules/nyc ]; then \ $(NODE) ./deps/npm install nyc@13 --no-save --no-package-lock; fi if [ ! -d gcovr ]; then git clone -b 3.4 --depth=1 \ - --single-branch git://github.com/gcovr/gcovr.git; fi + --single-branch https://github.com/gcovr/gcovr.git; fi if [ ! -d build ]; then git clone --depth=1 \ --single-branch https://github.com/nodejs/build.git; fi if [ ! -f gcovr/scripts/gcovr.orig ]; then \