Skip to content

Commit

Permalink
command-windows referenced old interface from duffle (CommandDriver) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyrickard authored Jul 24, 2019
1 parent 098f359 commit 63abcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/command/command_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

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

0 comments on commit 63abcd2

Please sign in to comment.