diff options
Diffstat (limited to 'helper/container.go')
| -rw-r--r-- | helper/container.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/helper/container.go b/helper/container.go index 9bab0df8..47080383 100644 --- a/helper/container.go +++ b/helper/container.go @@ -10,6 +10,7 @@ import ( "sync" "hakurei.app/container" + "hakurei.app/container/check" "hakurei.app/helper/proc" ) @@ -17,7 +18,7 @@ import ( func New( ctx context.Context, msg container.Msg, - pathname *container.Absolute, name string, + pathname *check.Absolute, name string, wt io.WriterTo, stat bool, argF func(argsFd, statFd int) []string, |
