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.
1 parent 281fbef commit 867ad61Copy full SHA for 867ad61
pkg/minikube/translate/translate.go
@@ -65,9 +65,7 @@ func DetermineLocale() {
65
var locale string
66
// Allow windows users to overload the same env vars as unix users
67
if runtime.GOOS == "windows" {
68
- if os.Getenv("LC_ALL") != "" {
69
- locale = os.Getenv("LC_ALL")
70
- }
+ locale = os.Getenv("LC_ALL")
71
}
72
if locale == "" {
73
var err error
0 commit comments