utils: bump-gns3: Fix syntax after qcow image was renamed

This commit is contained in:
Mattias Walström
2026-02-24 06:42:52 +01:00
committed by Joachim Wiberg
parent 3ffbef74a8
commit a1a02f2727
+1 -1
View File
@@ -82,7 +82,7 @@ def main():
return
# Build qcow2 URL
filename = f"infix-x86_64-disk-{version}.qcow2"
filename = f"infix-x86_64-v{version}.qcow2"
url = f"{REPO}/releases/download/v{version}/{filename}"
print(f"Downloading {url} to compute MD5 and size...")