Skip to content

Commit

Permalink
Le retour
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdeguet committed Oct 16, 2024
1 parent 95d5f72 commit 53f77aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptsharp/ScriptSharp/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ private static void RunPowerShellCommand(string command)
{
ProcessStartInfo processStartInfo = new ProcessStartInfo
{
FileName = "pwsh.exe",
FileName = "powershell.exe",
Arguments = $"-Command \"{command}\"",
RedirectStandardOutput = true,
UseShellExecute = false,
Expand Down

0 comments on commit 53f77aa

Please sign in to comment.