Fix typo in updatecheck.py

This commit is contained in:
Taylor Hornby 2020-03-11 10:07:13 -06:00
parent d582270abb
commit 11470a3107
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ def main():
if len(unchecked_dependencies) > 0:
unchecked_dependencies.sort()
print("WARNING: The following dependences are not being checked for updates by this script: " + ', '.join(unchecked_dependencies))
print("WARNING: The following dependencies are not being checked for updates by this script: " + ', '.join(unchecked_dependencies))
status = 2
sys.exit(status)