Fix github_beta

This commit is contained in:
Alexandre
2022-04-27 19:48:41 +02:00
committed by GitHub
parent d4a6bbc144
commit 9b4a2523fc

View File

@@ -65,7 +65,7 @@ if [ -f /data/"$BASENAME"/"$f"/updater.json ]; then
# Get variables
UPSTREAM=$(jq -r .upstream_repo updater.json)
BETA=$(jq -r .beta updater.json)
BETA=$(jq -r .github_beta updater.json)
FULLTAG=$(jq -r .github_fulltag updater.json)
HAVINGASSET=$(jq -r .github_havingasset updater.json)
SOURCE=$(jq -r .source updater.json)