diff --git a/update-gluon.sh b/update-gluon.sh
index 63f65207a84078776f1525dd269441cacd0546f6..2ffd326c0d58c1f60e1d5b090b70c57e88c46609 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_upstream_git_url" gluon
+git clone "$gluon_fork_git_url" gluon
 cd gluon
 git remote add upstream "$gluon_upstream_git_url"
 git fetch upstream --tags