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/rosa/busybox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/rosa') diff --git a/internal/rosa/busybox.go b/internal/rosa/busybox.go index 5a1fa924..ba5e2d97 100644 --- a/internal/rosa/busybox.go +++ b/internal/rosa/busybox.go @@ -16,7 +16,7 @@ import ( // busyboxBin is a busybox binary distribution installed under bin/busybox. type busyboxBin struct { // Underlying busybox binary. - bin pkg.File + bin pkg.FileArtifact } // Kind returns the hardcoded [pkg.Kind] value. -- cgit v1.3.1