Skip to content

Commit

Permalink
Change DefaultMountVersion to 9p2000.L
Browse files Browse the repository at this point in the history
  • Loading branch information
kron4eg authored Mar 5, 2019
1 parent 64cfca0 commit 1607e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const (
DefaultUfsDebugLvl = 0
DefaultMountEndpoint = "/minikube-host"
DefaultMsize = 262144
DefaultMountVersion = "9p2000.u"
DefaultMountVersion = "9p2000.L"
)

func GetKubernetesReleaseURL(binaryName, version string) string {
Expand Down

0 comments on commit 1607e9f

Please sign in to comment.