mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-28 18:26:04 +02:00
Fix github_beta
This commit is contained in:
@@ -65,7 +65,7 @@ if [ -f /data/"$BASENAME"/"$f"/updater.json ]; then
|
|||||||
|
|
||||||
# Get variables
|
# Get variables
|
||||||
UPSTREAM=$(jq -r .upstream_repo updater.json)
|
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)
|
FULLTAG=$(jq -r .github_fulltag updater.json)
|
||||||
HAVINGASSET=$(jq -r .github_havingasset updater.json)
|
HAVINGASSET=$(jq -r .github_havingasset updater.json)
|
||||||
SOURCE=$(jq -r .source updater.json)
|
SOURCE=$(jq -r .source updater.json)
|
||||||
|
|||||||
Reference in New Issue
Block a user