Browse Source

build.sh: fix GLUON_REPO_URL

Karsten Böddeker 6 years ago
parent
commit
e7e06179c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -48,7 +48,7 @@ SRV_PATH="/srv/firmware"
 
 BUILD_INFO_FILENAME="build-info.txt"
 SITE_REPO_URL="https://git.ffho.net/freifunkhochstift/ffho-site.git"
-GLUON_REPO_URL="https://git.ffho.com/freifunkhochstift/gluon.git"
+GLUON_REPO_URL="https://git.ffho.net/freifunkhochstift/gluon.git"
 LANG=C
 
 pushd ${MY_DIR} > /dev/null