home-assistant: fix packagen name in update.sh
This commit is contained in:
parent
8cb55de7dc
commit
1f7f70ecf6
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue