Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Feb 20, 2020
1 parent aebe43b commit dc3b87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ var mountCmd = &cobra.Command{
go func() {
out.T(out.Fileserver, "Userspace file server: ")
bindIP := ip.String() // the ip to listen on the user's host machine
if driver.IsKIC(Driver.DriverName()) && runtime.GOOS != "linux" {
if driver.IsKIC(host.Driver.DriverName()) && runtime.GOOS != "linux" {
bindIP = "127.0.0.1"
}
ufs.StartServer(net.JoinHostPort(bindIP, strconv.Itoa(port)), debugVal, hostPath)
Expand Down

0 comments on commit dc3b87f

Please sign in to comment.