Skip to content

Commit 341529c

Browse files
authored
fix: update path to chapter (#299)
1 parent 971a9b2 commit 341529c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-rst-comment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def generate_comment(rst_content: str, chapter: str, test_results: List[CodeTest
347347
if guideline_id:
348348
target_dir = f"src/coding-guidelines/{chapter_slug}/"
349349
target_file = f"{target_dir}{guideline_id}.rst.inc"
350-
chapter_index_file = f"{target_dir}/index.rst"
350+
chapter_index_file = f"{target_dir}index.rst"
351351
file_instructions = f"""
352352
### 📁 Target Location
353353

0 commit comments

Comments
 (0)