1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00
This commit is contained in:
Nathan Henrie 2017-07-31 10:00:09 -06:00 committed by Paulus Schoutsen
parent ce67be2fff
commit e525d13a5d

View File

@ -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