mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 02:23:25 +00:00
build.sh: clone from https
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
37b4522438
commit
4e2cada878
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue