Update homeassistant-core.sh

spelling
This commit is contained in:
tteckster 2023-03-24 13:34:25 -04:00 committed by GitHub
parent e589e28fa4
commit 35f5b8413d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ function update_script() {
else
clear
header_info
echo -e "${GN}Updating to Srable Version${CL}"
echo -e "${GN}Updating to Stable Version${CL}"
BR=""
fi
if [[ "$PY" == "python3.9" ]]; then echo -e "⚠️ Python 3.9 is deprecated and will be removed in Home Assistant 2023.2"; fi