diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-25 14:14:19 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-25 14:48:25 +0900 |
| commit | 334578fddeda6c952b1c2e35829c91c9da72747e (patch) | |
| tree | 2e3f65188ddbb600cf2f55913dd8f819b10672ea /internal/rosa | |
| parent | 20790af71ec9a69a462ecaaa7fc308e3b685383d (diff) | |
internal/pkg: expose underlying reader
This will be fully implemented in httpArtifact in a future commit.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa')
| -rw-r--r-- | internal/rosa/busybox.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
