Skip to content

Commit 0def853

Browse files
rkeithhilldaviwil
authored andcommitted
Add missing 'l' to path
1 parent a70a499 commit 0def853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function getDefaultPowerShellPath(
7373
}
7474
else if (platformDetails.operatingSystem == OperatingSystem.MacOS) {
7575
powerShellExePath = "/usr/local/bin/powershell";
76-
if (fs.existsSync("/usr/loca/bin/pwsh")) {
76+
if (fs.existsSync("/usr/local/bin/pwsh")) {
7777
powerShellExePath = "/usr/local/bin/pwsh";
7878
}
7979
}

0 commit comments

Comments
 (0)