Skip to content

Commit 665938b

Browse files
committed
ci: fix - return value instead of var-name, oops
1 parent 790411b commit 665938b

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
@@ -31,7 +31,7 @@ function start_powershell_command() {
3131
echo "No PID returned when invoking '${powershell_command}'" >&2
3232
fi
3333

34-
echo pid
34+
echo "${pid}"
3535
}
3636

3737
function get_powershell_pid_exit_code() {

0 commit comments

Comments
 (0)