Skip to content

Commit 6355e38

Browse files
committed
use https instead of ssh auth on submodules
1 parent 11465a2 commit 6355e38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

clone.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Copyright 2014 Range Networks, Inc.
3+
# Copyright 2014-2015 Range Networks, Inc.
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU Affero General Public License as published by
@@ -23,7 +23,7 @@ for component in $REPOS
2323
do
2424
if [ ! -d $component ]; then
2525
echo "# cloning $component"
26-
sayAndDo git clone git@github.com:RangeNetworks/$component.git
26+
sayAndDo git clone https://github.com/RangeNetworks/$component.git
2727
cd $component
2828
for remote in `git branch -r | grep -v master `
2929
do

0 commit comments

Comments
 (0)