From d000bf278c271f70becbeae2e9464c1c7d031099 Mon Sep 17 00:00:00 2001
From: nrbffs <38812627+nrbffs@users.noreply.github.com>
Date: Sat, 12 Oct 2019 17:22:09 +0200
Subject: [PATCH] fix var name

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

diff --git a/update-gluon.sh b/update-gluon.sh
index 165f48d..4223834 100755
--- a/update-gluon.sh
+++ b/update-gluon.sh
@@ -40,7 +40,7 @@ git clone --recurse "$site_git_url"
 cd site-ffs
 git checkout nightly
 
-git -C gluon checkout $gluon_rev
+git -C gluon checkout $new_gluon_rev
 
 git add gluon
 git commit -m "automatic update to gluon $fork_newest_minor_tag"
-- 
GitLab