mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Fix typo (#8754)
This commit is contained in:
parent
ce67be2fff
commit
e525d13a5d
@ -51,7 +51,7 @@ def run(args: List) -> int:
|
||||
req, target=deps_dir, constraints=os.path.join(
|
||||
os.path.dirname(__file__), os.pardir, CONSTRAINT_FILE))
|
||||
if not returncode:
|
||||
print('Aborting scipt, could not install dependency', req)
|
||||
print('Aborting script, could not install dependency', req)
|
||||
return 1
|
||||
|
||||
return script.run(args[1:]) # type: ignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user