From db69dcf0be0c1be4e3187027fa4199538013e76d Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 4 Jun 2026 18:37:07 +0900 Subject: internal/pkg: remove tar built-in decompressor This is replaced by decompressArtifact and is no longer necessary. Signed-off-by: Ophestra --- internal/rosa/etc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/rosa/etc.go') diff --git a/internal/rosa/etc.go b/internal/rosa/etc.go index 7b5542db..4ffebdba 100644 --- a/internal/rosa/etc.go +++ b/internal/rosa/etc.go @@ -140,7 +140,7 @@ func newIANAEtc() pkg.Artifact { version, "iana-etc-"+version+".tar.gz", checksum, - pkg.TarGzip, + pkg.Gzip, ) } -- cgit v1.3.1