aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/hpkg/proc.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/hpkg/proc.go')
-rw-r--r--cmd/hpkg/proc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/hpkg/proc.go b/cmd/hpkg/proc.go
index 1bbf5b49..70889106 100644
--- a/cmd/hpkg/proc.go
+++ b/cmd/hpkg/proc.go
@@ -9,14 +9,14 @@ import (
"os"
"os/exec"
- "hakurei.app/container"
"hakurei.app/hst"
"hakurei.app/internal"
+ "hakurei.app/message"
)
var hakureiPath = internal.MustHakureiPath()
-func mustRunApp(ctx context.Context, msg container.Msg, config *hst.Config, beforeFail func()) {
+func mustRunApp(ctx context.Context, msg message.Msg, config *hst.Config, beforeFail func()) {
var (
cmd *exec.Cmd
st io.WriteCloser