Skip to content

Commit 16f0806

Browse files
committed
fix find and replace
1 parent 336b35b commit 16f0806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/create_combined_ci_report.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def main():
231231
)
232232

233233
combined_report = (
234-
ci_running_report.replace("ClickHouse CI running for", "Combined CI Report for")
234+
ci_running_report.replace("ClickHouse CI Running for", "Combined CI Report for")
235235
.replace(
236236
"<table>",
237237
f"""<h2>Table of Contents</h2>

0 commit comments

Comments
 (0)