We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1def42 + 2f9acf8 commit 9aee24bCopy full SHA for 9aee24b
pkg/minikube/driver/driver.go
@@ -174,7 +174,7 @@ func NeedsPortForward(name string) bool {
174
// checking for WSL env var based on this https://github.com/microsoft/WSL/issues/423#issuecomment-608237689
175
// also based on https://github.com/microsoft/vscode/blob/90a39ba0d49d75e9a4d7e62a6121ad946ecebc58/resources/win32/bin/code.sh#L24
176
func IsMicrosoftWSL() bool {
177
- return os.Getenv("WSL_DISTRO_NAME") != "" || os.Getenv("WSLPATH") != "" || os.Getenv("WSLENV") != ""
+ return os.Getenv("WSL_DISTRO_NAME") != "" || os.Getenv("WSLPATH") != ""
178
}
179
180
// HasResourceLimits returns true if driver can set resource limits such as memory size or CPU count.
0 commit comments