We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098f359 commit 63abcd2Copy full SHA for 63abcd2
driver/command/command_windows.go
@@ -8,7 +8,7 @@ import (
8
)
9
10
// CheckDriverExists checks to see if the named driver exists
11
-func (d *CommandDriver) CheckDriverExists() bool {
+func (d *Driver) CheckDriverExists() bool {
12
cmd := exec.Command("where", d.cliName())
13
cmd.Env = os.Environ()
14
if err := cmd.Run(); err != nil {
0 commit comments