Skip to content

Commit d99bb88

Browse files
fix check_version.py
1 parent 6f96809 commit d99bb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: check_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
print("Version mismatch %s != %s"%(v.string, version_from_xml))
1313
rc = 1
1414

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

0 commit comments

Comments
 (0)