home-assistant: fix packagen name in update.sh

This commit is contained in:
Martin Weinelt 2021-01-07 00:23:30 +01:00
parent 8cb55de7dc
commit 1f7f70ecf6
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -31,4 +31,4 @@ sed -i -e "s/hassVersion =.*/hassVersion = \"${TARGET_VERSION}\";/" \
)
git add ./component-packages.nix ./default.nix ./frontend.nix
git commit -m "homeassistant: ${CURRENT_VERSION} -> ${TARGET_VERSION}"
git commit -m "home-assistant: ${CURRENT_VERSION} -> ${TARGET_VERSION}"