mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Fix comment phrasing
Somehow I left out the "some". Whoops.
This commit is contained in:
parent
3046bfce7b
commit
c9c15c4cf7
@ -300,7 +300,7 @@ def main():
|
|||||||
return 0
|
return 0
|
||||||
if args.restart_osx:
|
if args.restart_osx:
|
||||||
uninstall_osx()
|
uninstall_osx()
|
||||||
# A small delay is needed on systems to let the unload finish.
|
# A small delay is needed on some systems to let the unload finish.
|
||||||
time.sleep(0.5)
|
time.sleep(0.5)
|
||||||
install_osx()
|
install_osx()
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user