Skip to content

Commit 87afdf9

Browse files
committed
Better logs
1 parent e0c2997 commit 87afdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagging/update_wiki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def update_home_wiki_page(wiki_dir: Path, month: str) -> None:
2222
TABLE_BEGINNING, TABLE_BEGINNING + month_line
2323
)
2424
wiki_home_file.write_text(wiki_home_content)
25-
LOGGER.info(f"Update wiki home page with month: {month}")
25+
LOGGER.info(f"Updated wiki home page with month: {month}")
2626

2727

2828
def update_monthly_wiki_page(

0 commit comments

Comments
 (0)