github wants https

recursion-fix
Marius Kintel 2014-03-06 01:04:31 -05:00
parent 261109b036
commit d6d55c32e5
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ check_starting_path()
get_openscad_source_code()
{
git clone http://github.com/openscad/openscad.git
git clone https://github.com/openscad/openscad.git
if [ "`echo $? | grep 0`" ]; then
echo clone of source code is ok
else