Skip to content

Commit

Permalink
[build] Replace mention of do.py in fabricate
Browse files Browse the repository at this point in the history
  • Loading branch information
olafmersmann committed Nov 17, 2023
1 parent 811e44b commit 98e120a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fabricate
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def write_version_file(filename, version):
def write_version_to_python(filename, version):
info("version", f"{version} -> {filename}")
with open(ROOT_DIR / filename, "wt") as fd:
fd.write("# file generated by do.py\n")
fd.write("# file generated by fabricate\n")
fd.write("# don't change, don't track in version control!\n")
fd.write(f'__version__ = version = "{version}"\n')

Expand Down

0 comments on commit 98e120a

Please sign in to comment.