Skip to content

Commit

Permalink
Fix bootstrap log typo (#4833)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegat01 authored Jan 24, 2024
1 parent 480b383 commit f80c4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisor/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async def initialize_coresys() -> CoreSys:
_LOGGER.warning(
"Missing SUPERVISOR_MACHINE environment variable. Fallback to deprecated extraction!"
)
_LOGGER.info("Seting up coresys for machine: %s", coresys.machine)
_LOGGER.info("Setting up coresys for machine: %s", coresys.machine)

return coresys

Expand Down

0 comments on commit f80c4c9

Please sign in to comment.