aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 8ded61f06..e5d833341 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -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