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/exec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/pkg/exec.go') diff --git a/internal/pkg/exec.go b/internal/pkg/exec.go index a80124ab..3d3f0b65 100644 --- a/internal/pkg/exec.go +++ b/internal/pkg/exec.go @@ -32,7 +32,7 @@ type ExecPath struct { P *check.Absolute // Artifacts to mount on the pathname, must contain at least one [Artifact]. // If there are multiple entries or W is true, P is set up as an overlay - // mount, and entries of A must not implement [File]. + // mount, and entries of A must not implement [FileArtifact]. A []Artifact // Whether to make the mount point writable via the temp directory. W bool -- cgit v1.3.1