Skip to content

Commit bcf5f84

Browse files
committed
fix: update output format for inactive repository message
1 parent c422118 commit bcf5f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stale_repos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def set_repo_data(
386386
Potentially caused by ghost user."
387387
)
388388

389-
print(f"{repo.html_url}: {days_inactive} days inactive") # type: ignore
389+
print(f"{repo.html_url} {days_inactive} days inactive") # type: ignore
390390
return repo_data
391391

392392

0 commit comments

Comments
 (0)