bundles/homeassistant: fix typo

This commit is contained in:
Franzi 2023-01-29 07:04:38 +01:00
parent c717e86f70
commit 60585a3716
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -41,7 +41,7 @@ try:
message = f"WARNING - stable version {stable_version} is lower than running version {running_version}, check if downgrade is necessary."
else:
status = 2
message = f"CRITICAL - update necessary, running verison {running_version} is lower than stable version {stable_version}"
message = f"CRITICAL - update necessary, running version {running_version} is lower than stable version {stable_version}"
except Exception as e:
message = f"{message}: {repr(e)}"