From 13a972e4136219f8d60e13317454d90c1e68357e Mon Sep 17 00:00:00 2001
From: nrb <freifunk@nicoboehr.de>
Date: Mon, 14 Oct 2019 21:22:20 +0200
Subject: [PATCH] fix fork url

---
 update-gluon.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update-gluon.sh b/update-gluon.sh
index 94dae72..ebdf901 100755
--- a/update-gluon.sh
+++ b/update-gluon.sh
@@ -11,7 +11,7 @@ if [ -z "$gluon_major_version" ]; then
 fi
 gluon_fork_git_url="ssh://git@gitlab.freifunk-stuttgart.de:22220/nrb/gluon-test.git"
 gluon_upstream_git_url="https://github.com/freifunk-gluon/gluon.git"
-site_git_url="ssh://git@gitlab.freifunk-stuttgart.de:22220/nrbffs/site-ffs.git"
+site_git_url="ssh://git@gitlab.freifunk-stuttgart.de:22220/nrb/site-ffs.git"
 
 upstream_newest_minor=$(git ls-remote --tags --refs "$gluon_upstream_git_url" "refs/tags/$gluon_major_version"* | cut -d/ -f3 | sort -r -n -t. -k2 | head -n1)
 
-- 
GitLab