summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormritunjaygoutam12 <mritunjaygoutam2204@gmail.com>2018-11-04 11:12:44 +0530
committerRich Trott <rtrott@gmail.com>2018-11-07 20:11:49 -0800
commit7cefc8063c54a95f420562920eca3f987c66de65 (patch)
treecb28ae1d882eb816a214e657dcc70f58cdc0c893 /Makefile
parent7cf56797dddc7a00f76b6c9ffda7270c15f8c6d3 (diff)
downloadandroid-node-v8-7cefc8063c54a95f420562920eca3f987c66de65.tar.gz
android-node-v8-7cefc8063c54a95f420562920eca3f987c66de65.tar.bz2
android-node-v8-7cefc8063c54a95f420562920eca3f987c66de65.zip
build: change repo to https protocol in Makefile
PR-URL: https://github.com/nodejs/node/pull/24073 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa8d75242c..8250aa16a7 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 \