瀏覽代碼

build.sh: fix GLUON_REPO_URL

Karsten Böddeker 6 年之前
父節點
當前提交
e7e06179c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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