Skip to content

Commit

Permalink
Merge 8f5f2ac into 9d0909c
Browse files Browse the repository at this point in the history
  • Loading branch information
Badgerati committed Dec 20, 2019
2 parents 9d0909c + 8f5f2ac commit ed739c9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Private/Setup.ps1
Expand Up @@ -10,12 +10,7 @@ function Invoke-PodePackageScript
return
}

if (Test-IsPSCore) {
pwsh.exe /c "$($ActionScript)"
}
else {
powershell.exe /c "$($ActionScript)"
}
Invoke-Expression -Command $ActionScript
}

function Install-PodeLocalModules
Expand Down

0 comments on commit ed739c9

Please sign in to comment.