Skip to content

Commit

Permalink
scripts: Fix a small typo in bump_version.py
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
  • Loading branch information
pwithnall committed Jun 23, 2023
1 parent 18d3d25 commit d95c4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


def _update_version_name(version_name):
print(f"Commiting new version name: {version_name}")
print(f"Committing new version name: {version_name}")
with open(VERSION_FILENAME, "w") as fd:
fd.write(version_name.strip() + "\n")
subprocess.check_output(["git", "add", "--update", VERSION_FILENAME])
Expand Down

0 comments on commit d95c4f4

Please sign in to comment.