diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-06-04 18:37:07 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-06-04 18:54:43 +0900 |
| commit | db69dcf0be0c1be4e3187027fa4199538013e76d (patch) | |
| tree | 78513e0ec30c375af15270852d551f326c7f663f /internal/rosa/etc.go | |
| parent | 76c1fb84c87ba12a22b64f7c471a92603365837f (diff) | |
internal/pkg: remove tar built-in decompressor
This is replaced by decompressArtifact and is no longer necessary.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/etc.go')
| -rw-r--r-- | internal/rosa/etc.go | 2 |
1 files changed, 1 insertions, 1 deletions
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, ) } |
