diff --git a/tagging/update_wiki.py b/tagging/update_wiki.py index 4d08c052..b55ae1fd 100755 --- a/tagging/update_wiki.py +++ b/tagging/update_wiki.py @@ -22,7 +22,7 @@ def update_home_wiki_page(wiki_dir: Path, month: str) -> None: TABLE_BEGINNING, TABLE_BEGINNING + month_line ) wiki_home_file.write_text(wiki_home_content) - LOGGER.info(f"Update wiki home page with month: {month}") + LOGGER.info(f"Updated wiki home page with month: {month}") def update_monthly_wiki_page(