mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 18:29:08 +00:00
archive_eol.py: Remove full stop so that links are valid
This commit is contained in:
@@ -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()
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user