Skip to content

Commit 9981f80

Browse files
Update src/platform.ts
Co-Authored-By: Christoph Bergmeister [MVP] <[email protected]>
1 parent 38a9cf7 commit 9981f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function getDefaultPowerShellPath(
6868
let powerShellExePath;
6969
let psCoreInstallPath;
7070

71-
// Find the path to powershell.exe based on the current platform
71+
// Find the path to the powershell executable based on the current platform
7272
// and the user's desire to run the x86 version of PowerShell
7373
if (platformDetails.operatingSystem === OperatingSystem.Windows) {
7474
if (use32Bit) {

0 commit comments

Comments
 (0)