We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70a499 commit 0def853Copy full SHA for 0def853
src/platform.ts
@@ -73,7 +73,7 @@ export function getDefaultPowerShellPath(
73
}
74
else if (platformDetails.operatingSystem == OperatingSystem.MacOS) {
75
powerShellExePath = "/usr/local/bin/powershell";
76
- if (fs.existsSync("/usr/loca/bin/pwsh")) {
+ if (fs.existsSync("/usr/local/bin/pwsh")) {
77
powerShellExePath = "/usr/local/bin/pwsh";
78
79
0 commit comments