Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdeguet committed Oct 16, 2024
1 parent fdf1552 commit 6930907
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 @@ -244,7 +244,7 @@ public static void RunPowerShellCommand(string command)
{
ProcessStartInfo processStartInfo = new ProcessStartInfo
{
FileName = "powershell.exe",
FileName = "pwsh.exe",
Arguments = $"-Command \"{command}\"",
RedirectStandardOutput = true,
UseShellExecute = false,
Expand Down

0 comments on commit 6930907

Please sign in to comment.