Skip to content

Commit

Permalink
fixing capital M
Browse files Browse the repository at this point in the history
  • Loading branch information
routel-nolan committed Jan 13, 2025
1 parent 2809fb7 commit 582dd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen-wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def create_modules_documentation(output_dir):
modules_dir = '../modules'
markdown_content = ""

output_file = os.path.join(output_dir, f"modules-documentation.md")
output_file = os.path.join(output_dir, f"Modules-documentation.md")
os.makedirs(output_dir, exist_ok=True)

directory_names = [d for d in os.listdir(modules_dir) if os.path.isdir(os.path.join(modules_dir, d))]
Expand Down

0 comments on commit 582dd8b

Please sign in to comment.