Skip to content

Commit e4bcb97

Browse files
mritunjayzBridgeAR
authored andcommitted
build: change repo to https protocol in Makefile
PR-URL: #24073 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 17e80ec commit e4bcb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ coverage-build: all
205205
if [ ! -d node_modules/nyc ]; then \
206206
$(NODE) ./deps/npm install nyc@13 --no-save --no-package-lock; fi
207207
if [ ! -d gcovr ]; then git clone -b 3.4 --depth=1 \
208-
--single-branch git://github.com/gcovr/gcovr.git; fi
208+
--single-branch https://github.com/gcovr/gcovr.git; fi
209209
if [ ! -d build ]; then git clone --depth=1 \
210210
--single-branch https://github.com/nodejs/build.git; fi
211211
if [ ! -f gcovr/scripts/gcovr.orig ]; then \

0 commit comments

Comments
 (0)