pull/8753/merge
Nathan Henrie 2017-07-31 10:00:09 -06:00 committed by Paulus Schoutsen
parent ce67be2fff
commit e525d13a5d
1 changed files with 1 additions and 1 deletions
homeassistant/scripts

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