summaryrefslogtreecommitdiffstats
path: root/scripts/build.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-03 06:41:30 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-03 06:41:30 -0700
commit4e2cada87865b92ac08dd36364563cefb41ccd81 (patch)
tree165d99c9e700da3c283c6cbc57c8b10a1a5f5bc8 /scripts/build.sh
parent37b4522438dcbeeed39de4903ebb2a92b5a27cde (diff)
downloadsubsurface-4e2cada87865b92ac08dd36364563cefb41ccd81.tar.gz
build.sh: clone from https
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/build.sh')
-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