Skip to content

Commit

Permalink
Align output
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmar-van-den-Berg committed Nov 30, 2023
1 parent 4ad32c8 commit 8fd9874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utilities/check-version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ def get_hamlet_version() -> str:

changelog_version = get_changelog_version()
hamlet_version = get_hamlet_version()
print(f"Expected version: {version}")
print(f"Expected version: {version}")
print(f"Changelog version: {changelog_version}")
print(f"HAMLET version: {hamlet_version}")
print(f"HAMLET version: {hamlet_version}")

if changelog_version == version and hamlet_version == version:
exit(0)
Expand Down

0 comments on commit 8fd9874

Please sign in to comment.