archive_eol.py: Remove full stop so that links are valid

This commit is contained in:
bbhtt
2024-07-10 17:59:29 +05:30
parent bd128deef9
commit 93084c900f
+1 -1
View File
@@ -93,7 +93,7 @@ def main() -> None:
repo = g.get_repo(f"flathub/{refname}")
if not repo.archived and repo.pushed_at < earliest:
print(
"Archiving: {}. Repo is in EOL list. Last push: {}, earlier than: {}".format(
"Archiving: {} Repo is in EOL list. Last push: {}, earlier than: {}".format(
repo.html_url, repo.pushed_at.isoformat(), earliest.isoformat()
)
)