Skip to content

Commit

Permalink
fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed May 10, 2024
1 parent a96db38 commit 8f9039d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/editProperties.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def edit_properties(version):
"SoftwareAgent",
]

with open("docs/30_schema.md") as fp:
with open("docs/schema.md") as fp:
doc = fp.readlines()
for idx, line in enumerate(doc):
if line.startswith(AUTO_LINE):
Expand Down

0 comments on commit 8f9039d

Please sign in to comment.