aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/process.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/process.go')
-rw-r--r--internal/app/process.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/app/process.go b/internal/app/process.go
index 63f424f6..80a256c1 100644
--- a/internal/app/process.go
+++ b/internal/app/process.go
@@ -13,6 +13,7 @@ import (
"time"
"hakurei.app/container"
+ "hakurei.app/container/check"
"hakurei.app/hst"
"hakurei.app/internal"
"hakurei.app/internal/app/state"
@@ -215,7 +216,7 @@ type finaliseProcess struct {
waitDelay time.Duration
// Copied from the RunDirPath field of [hst.Paths].
- runDirPath *container.Absolute
+ runDirPath *check.Absolute
// Copied from outcomeState.
identity *stringPair[int]