Skip to content

Commit

Permalink
fix check_version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carrotIndustries committed May 18, 2024
1 parent 6f96809 commit d99bb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
print("Version mismatch %s != %s"%(v.string, version_from_xml))
rc = 1

if release.find("url").text != f"https://github.com/horizon-eda/horizon/releases/tag/{v.string}":
if release.find("url").text != f"https://github.com/horizon-eda/horizon/releases/tag/v{v.string}":
print("URL mismatch")
rc = 1

Expand Down

0 comments on commit d99bb88

Please sign in to comment.