mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +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(
|
req, target=deps_dir, constraints=os.path.join(
|
||||||
os.path.dirname(__file__), os.pardir, CONSTRAINT_FILE))
|
os.path.dirname(__file__), os.pardir, CONSTRAINT_FILE))
|
||||||
if not returncode:
|
if not returncode:
|
||||||
print('Aborting scipt, could not install dependency', req)
|
print('Aborting script, could not install dependency', req)
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
return script.run(args[1:]) # type: ignore
|
return script.run(args[1:]) # type: ignore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user