From 950495e5e6cf312e5ba4d0562de1453b7872ac98 Mon Sep 17 00:00:00 2001
From: nrbffs <38812627+nrbffs@users.noreply.github.com>
Date: Sat, 12 Oct 2019 17:01:28 +0200
Subject: [PATCH] fix unbound variable

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

diff --git a/update-gluon.sh b/update-gluon.sh
index 37a60e1..3d78adc 100755
--- a/update-gluon.sh
+++ b/update-gluon.sh
@@ -13,7 +13,7 @@ upstream_newest_minor=$(git ls-remote --tags --refs https://github.com/freifunk-
 fork_newest_minor_branch="$upstream_newest_minor-ffs"
 fork_newest_minor_tag="$upstream_newest_minor-ffs0.1"
 
-git clone "$gluon_git_url" gluon
+git clone "$gluon_upstream_git_url" gluon
 cd gluon
 git remote add upstream "$gluon_upstream_git_url"
 git fetch upstream --tags
-- 
GitLab