diff options
Diffstat (limited to 'internal/outcome/process.go')
| -rw-r--r-- | internal/outcome/process.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/outcome/process.go b/internal/outcome/process.go index 537235fd..e7b7113d 100644 --- a/internal/outcome/process.go +++ b/internal/outcome/process.go @@ -16,7 +16,7 @@ import ( "hakurei.app/container/check" "hakurei.app/container/fhs" "hakurei.app/hst" - "hakurei.app/internal" + "hakurei.app/internal/info" "hakurei.app/internal/store" "hakurei.app/internal/system" "hakurei.app/message" @@ -39,7 +39,7 @@ func (k *outcome) main(msg message.Msg, identifierFd int) { } // read comp value early for early failure - hsuPath := internal.MustHsuPath() + hsuPath := info.MustHsuPath() const ( // transitions to processCommit, or processFinal on failure |
