Skip to content

Commit 89deb66

Browse files
committed
CI: formatting
1 parent b84e063 commit 89deb66

File tree

1 file changed

+1
-1
lines changed
  • ci/tasks/install-windows-updates

1 file changed

+1
-1
lines changed

ci/tasks/install-windows-updates/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function get_powershell_pid_exit_code() {
3939
-p="${powershell_pid}"
4040
)
4141
echo "${json_out}" >&2
42-
echo "${json_out}"| jq '.processInfo[0].exitCode'
42+
echo "${json_out}" | jq '.processInfo[0].exitCode'
4343
}
4444

4545
function download_remote_file() {

0 commit comments

Comments
 (0)