mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-28 03:39:42 +02:00
Added ../ infront of README.md
This commit is contained in:
@@ -39,7 +39,7 @@ def generate_readme_for_platform(platform):
|
|||||||
|
|
||||||
# Write output file
|
# Write output file
|
||||||
output_filename = (
|
output_filename = (
|
||||||
"README.md" if platform == "all" else f"../resources/readmes/{platform}.md"
|
"../README.md" if platform == "all" else f"../resources/readmes/{platform}.md"
|
||||||
)
|
)
|
||||||
with open(output_filename, "w", encoding="utf-8") as f:
|
with open(output_filename, "w", encoding="utf-8") as f:
|
||||||
f.write(content)
|
f.write(content)
|
||||||
|
|||||||
Reference in New Issue
Block a user