diff --git a/src/installer.ts b/src/installer.ts index 368c4c9..dc4a253 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -117,8 +117,7 @@ export class DotnetCoreInstaller { // process.env must be explicitly passed in for DOTNET_INSTALL_DIR to be used let powershellPath = await io.which('pwsh', false); - if (powershellPath == '') - { + if (powershellPath == '') { powershellPath = await io.which('powershell', true); }