Skip to content

Commit 2d94267

Browse files
committed
fix typo
1 parent dd1062d commit 2d94267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/stubsabot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ async def determine_action_no_error_handling(
674674
if obsolete_since is None and latest_version in stub_info.version_spec:
675675
if is_new_release(latest_release.upload_date):
676676
# Next print should be parsed by github action, see `stubsabot.yml`
677-
print(colored(f"{stub_info.distribution} should be tested by stubsabot", "blue"))
677+
print(colored(f"{stub_info.distribution} should be tested by stubtest", "blue"))
678678
return NoUpdate(stub_info.distribution, "up to date")
679679

680680
relevant_version = obsolete_since.version if obsolete_since else latest_version

0 commit comments

Comments
 (0)