Skip to content

Commit 4aa3c8a

Browse files
committed
fix: Update version endpoint URL to match repository name
1 parent 1600636 commit 4aa3c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildroot-external/rootfs-overlay/usr/sbin/hassos-supervisor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [ -z "${SUPERVISOR_IMAGE_ID}" ]; then
4949
# information.
5050
if [ "${SUPERVISOR_VERSION}" = "stable" ]; then
5151
# SUPERVISOR_VERSION="$(curl -s --location https://version.home-assistant.io/stable.json | jq -e -r '.supervisor')"
52-
SUPERVISOR_VERSION="$(curl -s --location https://my-smart-homes.github.io/version-data/data.json | jq -e -r '.supervisor')"
52+
SUPERVISOR_VERSION="$(curl -s --location https://my-smart-homes.github.io/version/data.json | jq -e -r '.supervisor')"
5353
fi
5454

5555
echo "[WARNING] Supervisor image missing, downloading a fresh one: ${SUPERVISOR_VERSION}"

0 commit comments

Comments
 (0)