Skip to content

Commit 49d7ce4

Browse files
committed
review comments
1 parent c1190f3 commit 49d7ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/driver/auxdriver/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func validateDriver(executable string, v semver.Version) (string, error) {
146146
cmd := exec.Command(path, "version")
147147
output, err := cmd.CombinedOutput()
148148
if err != nil {
149-
klog.Warningf("%s failed: %v: %s", strings.Join(cmd.Args, " "), err, output)
149+
klog.Warningf("%s failed: %v: %s", cmd, err, output)
150150
ErrAuxDriverVersionCommandFailed = newAuxUnthealthyError(path)
151151
return path, ErrAuxDriverVersionCommandFailed
152152
}

0 commit comments

Comments
 (0)