Skip to content

Commit 7cefc80

Browse files
mritunjayzTrott
authored andcommitted
build: change repo to https protocol in Makefile
PR-URL: nodejs#24073 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 7cf5679 commit 7cefc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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)