We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11465a2 commit 6355e38Copy full SHA for 6355e38
1 file changed
clone.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
#
3
-# Copyright 2014 Range Networks, Inc.
+# Copyright 2014-2015 Range Networks, Inc.
4
5
# This program is free software: you can redistribute it and/or modify
6
# it under the terms of the GNU Affero General Public License as published by
@@ -23,7 +23,7 @@ for component in $REPOS
23
do
24
if [ ! -d $component ]; then
25
echo "# cloning $component"
26
- sayAndDo git clone git@github.com:RangeNetworks/$component.git
+ sayAndDo git clone https://github.com/RangeNetworks/$component.git
27
cd $component
28
for remote in `git branch -r | grep -v master `
29
0 commit comments