mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 02:58:11 +01:00
Fix github_beta
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user