Skip to content

Commit 587843b

Browse files
chore(scripts): use https for git repo URLs
1 parent 94582f0 commit 587843b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/bower/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function prepare {
2727
for repo in "${REPOS[@]}"
2828
do
2929
echo "-- Cloning bower-$repo"
30-
git clone git@github.com:angular/bower-$repo.git $TMP_DIR/bower-$repo --depth=1
30+
git clone https://github.com/angular/bower-$repo.git $TMP_DIR/bower-$repo --depth=1
3131
done
3232

3333

scripts/code.angularjs.org/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function init {
2525
function prepare {
2626

2727
echo "-- Cloning code.angularjs.org"
28-
git clone git@github.com:angular/code.angularjs.org.git $REPO_DIR --depth=1
28+
git clone https://github.com/angular/code.angularjs.org $REPO_DIR --depth=1
2929

3030
echo "-- Updating code.angularjs.org"
3131

0 commit comments

Comments
 (0)