aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper/container.go
diff options
context:
space:
mode:
Diffstat (limited to 'helper/container.go')
-rw-r--r--helper/container.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/container.go b/helper/container.go
index 7501b28a..a3b22575 100644
--- a/helper/container.go
+++ b/helper/container.go
@@ -26,7 +26,7 @@ func New(
var args []string
h := new(helperContainer)
h.helperFiles, args = newHelperFiles(ctx, wt, stat, argF, extraFiles)
- h.Container = container.NewCommand(ctx, pathname.String(), name, args...)
+ h.Container = container.NewCommand(ctx, pathname, name, args...)
h.WaitDelay = WaitDelay
if cmdF != nil {
cmdF(h.Container)