Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
chore(scripts): use https for git repo URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Feb 4, 2019
1 parent 3f79662 commit 7446836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/bower/publish.sh
Expand Up @@ -27,7 +27,7 @@ function prepare {
for repo in "${REPOS[@]}"
do
echo "-- Cloning bower-$repo"
git clone git@github.com:angular/bower-$repo.git $TMP_DIR/bower-$repo --depth=1
git clone https://github.com/angular/bower-$repo.git $TMP_DIR/bower-$repo --depth=1
done


Expand Down
2 changes: 1 addition & 1 deletion scripts/code.angularjs.org/publish.sh
Expand Up @@ -25,7 +25,7 @@ function init {
function prepare {

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

echo "-- Updating code.angularjs.org"

Expand Down

0 comments on commit 7446836

Please sign in to comment.