mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
utils: bump-gns3: Fix syntax after qcow image was renamed
This commit is contained in:
+1
-1
@@ -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...")
|
||||
|
||||
Reference in New Issue
Block a user