Skip to content

Commit

Permalink
Fix bug with emitting logs from runners (#5503)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainRizvi authored Jul 24, 2024
1 parent 5e075d8 commit 06e8bd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ PROC_LOGS_FILE="/home/$USER_NAME/.proc_logs"
function update_curr_logs_file {
pushd /home/$USER_NAME/actions-runner/_diag >/dev/null
ls -a Worker_* | cat | sort > $CURR_LOGS_FILE
ls -a Worker_* | cat | sort > \$CURR_LOGS_FILE
popd >/dev/null
}
Expand Down

0 comments on commit 06e8bd7

Please sign in to comment.