diff --git a/update-gluon.sh b/update-gluon.sh index 37a60e1fe02262f778ab8ad3bd2ee1ca3f30f3f2..3d78adcaf415333f98eb6d2efb5716d57942ee84 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