Skip to content

Commit

Permalink
Merge pull request #9222 from jryans/git-proto
Browse files Browse the repository at this point in the history
Switch to `git` protocol for CI dependencies
  • Loading branch information
jryans authored Mar 20, 2019
2 parents 82d7457 + 52ad757 commit 38a24bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch-develop.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function clone() {
if [ -n "$branch" ]
then
echo "Trying to use $org/$repo#$branch"
git clone https://github.com/$org/$repo.git $repo --branch $branch \
git clone git://github.com/$org/$repo.git $repo --branch $branch \
"${GIT_CLONE_ARGS[@]}"
return $?
fi
Expand Down

0 comments on commit 38a24bf

Please sign in to comment.