We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 429fed8 + e5ba732 commit dc0dd32Copy full SHA for dc0dd32
1 file changed
pkg/session/environment.go
@@ -29,7 +29,7 @@ func getOperatingSystem() string {
29
switch runtime.GOOS {
30
case "darwin":
31
return "MacOS"
32
- case "window":
+ case "windows":
33
return "Windows"
34
case "linux":
35
return "Linux"
0 commit comments