We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84e063 commit 89deb66Copy full SHA for 89deb66
ci/tasks/install-windows-updates/run.sh
@@ -39,7 +39,7 @@ function get_powershell_pid_exit_code() {
39
-p="${powershell_pid}"
40
)
41
echo "${json_out}" >&2
42
- echo "${json_out}"| jq '.processInfo[0].exitCode'
+ echo "${json_out}" | jq '.processInfo[0].exitCode'
43
}
44
45
function download_remote_file() {
0 commit comments