From 384f423f71a9acefa2d0f3bb1f381bcff9ae8dbe Mon Sep 17 00:00:00 2001 From: Igor Date: Fri, 9 Aug 2024 20:32:14 +0200 Subject: [PATCH] oowow doesn't need to be in the url --- map.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map.go b/map.go index 824e2ab..e667fa9 100644 --- a/map.go +++ b/map.go @@ -144,7 +144,7 @@ func loadMapJSON(f io.Reader) (map[string]string, error) { case strings.HasSuffix(file.Extension, "img.qcow2.xz"): sb.WriteString("-qcow2") case strings.HasSuffix(file.Extension, "oowow.img.xz"): - sb.WriteString("-oowow") + sb.WriteString("") } if strings.HasSuffix(file.Extension, "img.xz") {