Skip to content

Commit e5fd8bd

Browse files
committed
Fix number of builds on wiki page in forks
1 parent 19bfa74 commit e5fd8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/update_wiki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def calculate_monthly_stat(
3939
year_month_file: YearMonthFile, year_month_date: datetime.date
4040
) -> Statistics:
4141
builds = sum(
42-
"jupyter/base-notebook" in line and "aarch64" not in line
42+
"/base-notebook" in line and "aarch64" not in line
4343
for line in year_month_file.content.split("\n")
4444
)
4545

0 commit comments

Comments
 (0)