Skip to content

Commit

Permalink
Add values back in
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaguereca committed Nov 18, 2024
1 parent d30d3af commit 01ccf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OctoshiftCLI.IntegrationTests/TestHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ private async Task RunShellCommand(string command, string fileName, string worki
}
}

// _output.WriteLine($"Running command: {startInfo.FileName} {startInfo.Arguments}");
_output.WriteLine($"Running command: {startInfo.FileName} {startInfo.Arguments}");

var p = Process.Start(startInfo);
await p.WaitForExitAsync();
Expand Down

0 comments on commit 01ccf39

Please sign in to comment.