Skip to content

Commit 63abcd2

Browse files
command-windows referenced old interface from duffle (CommandDriver) (#80)
1 parent 098f359 commit 63abcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/command/command_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
// CheckDriverExists checks to see if the named driver exists
11-
func (d *CommandDriver) CheckDriverExists() bool {
11+
func (d *Driver) CheckDriverExists() bool {
1212
cmd := exec.Command("where", d.cliName())
1313
cmd.Env = os.Environ()
1414
if err := cmd.Run(); err != nil {

0 commit comments

Comments
 (0)