mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Fix constructing the handle
This commit is contained in:
@@ -122,7 +122,7 @@ func (d *RktDriver) Start(ctx *ExecContext, task *structs.Task) (DriverHandle, e
|
||||
}
|
||||
d.logger.Printf("[DEBUG] Started ACI: %q", name)
|
||||
h := &rktHandle{
|
||||
proc: cmd.Process,
|
||||
proc: acmd.Process,
|
||||
name: name,
|
||||
doneCh: make(chan struct{}),
|
||||
waitCh: make(chan error, 1),
|
||||
|
||||
Reference in New Issue
Block a user