aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/instance/instance.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/instance/instance.go')
-rw-r--r--pkg/instance/instance.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/instance/instance.go b/pkg/instance/instance.go
index bcb56e8e4..622d1620e 100644
--- a/pkg/instance/instance.go
+++ b/pkg/instance/instance.go
@@ -483,7 +483,7 @@ func ExecprogCmd(execprog, executor, OS, arch, vmType string, opts csource.Optio
if optionalFlags {
optionalArg += " " + tool.OptionalFlags([]tool.Flag{
{Name: "slowdown", Value: fmt.Sprint(slowdown)},
- {Name: "sandboxArg", Value: fmt.Sprint(opts.SandboxArg)},
+ {Name: "sandbox_arg", Value: fmt.Sprint(opts.SandboxArg)},
{Name: "type", Value: fmt.Sprint(vmType)},
})
}