Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dhelonious committed Jan 30, 2025
1 parent d0a0c41 commit b742098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/get_new_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def minor(version):

table = []
for name, settings in dependencies.items():
print(f"Cecking {name}...")
print(f"Checking {name}...")

r = requests.get(settings["url"], timeout=10)
print_verbose(f"{settings['url']} -> {r.status_code}")
Expand Down

0 comments on commit b742098

Please sign in to comment.