aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome
diff options
context:
space:
mode:
Diffstat (limited to 'internal/outcome')
-rw-r--r--internal/outcome/process.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/outcome/process.go b/internal/outcome/process.go
index 2dc76538..4ef49b0c 100644
--- a/internal/outcome/process.go
+++ b/internal/outcome/process.go
@@ -34,7 +34,7 @@ type mainState struct {
// Time is nil if no process was ever created.
Time *time.Time
- store store.Store
+ store store.Compat
cancel context.CancelFunc
cmd *exec.Cmd
cmdWait chan error