open-nomad/client/driver/executor/checks_windows.go

9 lines
110 B
Go
Raw Normal View History

2016-05-07 18:18:07 +00:00
// +build windows
package executor
import "os/exec"
2016-05-07 18:18:07 +00:00
2016-05-07 18:59:55 +00:00
func (e *ExecScriptCheck) setChroot(cmd *exec.Cmd) {
}