Skip to content

Commit aa3f354

Browse files
authored
Update platform.ts
1 parent 35c5e10 commit aa3f354

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
@@ -229,7 +229,7 @@ export function getAvailablePowerShellExes(
229229
exePaths.forEach((exePath) => {
230230
if (fs.existsSync(exePath)) {
231231
paths.push({
232-
versionName: "PowerShell " + (/-preview/.test(exePath) ? " Preview" : ""),
232+
versionName: "PowerShell" + (/-preview/.test(exePath) ? " Preview" : ""),
233233
exePath,
234234
});
235235
}

0 commit comments

Comments
 (0)