Skip to content

Commit

Permalink
Merge pull request #3796 from kron4eg/patch-1
Browse files Browse the repository at this point in the history
Change DefaultMountVersion to 9p2000.L
  • Loading branch information
tstromberg committed Mar 6, 2019
2 parents 12ffd77 + 1607e9f commit a4841d9
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 a4841d9

Please sign in to comment.