spelling: disable
This commit is contained in:
parent
858b9e809f
commit
4241ffc5ab
|
@ -404,7 +404,7 @@ func (d *RktDriver) Start(ctx *ExecContext, task *structs.Task) (*StartResponse,
|
|||
}
|
||||
d.logger.Printf("[DEBUG] driver.rkt: added trust prefix: %q", trustPrefix)
|
||||
} else {
|
||||
// Disble signature verification if the trust command was not run.
|
||||
// Disable signature verification if the trust command was not run.
|
||||
insecure = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue