diff options
-rwxr-xr-x | scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index 3f0e637ca..5a95d319c 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -222,7 +222,7 @@ if [ "$BUILDGRANTLEE" = "1" ] ; then if [[ $1 = local ]] ; then git clone $SRC/../grantlee grantlee else - git clone git://subsurface-divelog.org/grantlee + git clone git://github.com/steveire/grantlee.git fi fi cd grantlee |