From 334578fddeda6c952b1c2e35829c91c9da72747e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 25 Jan 2026 14:14:19 +0900 Subject: internal/pkg: expose underlying reader This will be fully implemented in httpArtifact in a future commit. Signed-off-by: Ophestra --- internal/pkg/tar.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/pkg/tar.go') diff --git a/internal/pkg/tar.go b/internal/pkg/tar.go index faad4854..ba68fa69 100644 --- a/internal/pkg/tar.go +++ b/internal/pkg/tar.go @@ -24,7 +24,7 @@ const ( TarBzip2 ) -// A tarArtifact is an [Artifact] unpacking a tarball backed by a [File]. +// A tarArtifact is an [Artifact] unpacking a tarball backed by a [FileArtifact]. type tarArtifact struct { // Caller-supplied backing tarball. f Artifact -- cgit v1.3.1