diff options
Diffstat (limited to 'internal/pkg/exec.go')
| -rw-r--r-- | internal/pkg/exec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pkg/exec.go b/internal/pkg/exec.go index eb72ccbd..c7248f1a 100644 --- a/internal/pkg/exec.go +++ b/internal/pkg/exec.go @@ -40,7 +40,7 @@ type ExecPath struct { } // SchedPolicy is the [container] scheduling policy. -var SchedPolicy int +var SchedPolicy container.SchedPolicy // PromoteLayers returns artifacts with identical-by-content layers promoted to // the highest priority instance, as if mounted via [ExecPath]. |
