build.sh: clone from https

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-08-03 06:41:30 -07:00
parent 37b4522438
commit 4e2cada878

View file

@ -436,7 +436,7 @@ if [ ! -d googlemaps ] ; then
if [[ $1 = local ]] ; then
git clone $SRC/../googlemaps googlemaps
else
git clone git@github.com:Subsurface-divelog/googlemaps.git
git clone https://github.com/Subsurface-divelog/googlemaps.git
fi
fi
cd googlemaps