Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfarley committed Nov 21, 2023
1 parent 21db093 commit e4c264a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tooling/build_autotriage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ elif [[ ${#buildIssues[@]} -gt 0 ]]; then
echo "############ List of issues found ############"
for issueID in ${!buildIssues[@]}
do
echo "Issue ${issueID + 1}: ${buildIssues[issueID]}\n"
realID=${issueID} + 1
echo "Issue ${realID}: ${buildIssues[issueID]}\n"
echo "----"
done
echo "############ End of issues ############"
Expand Down

0 comments on commit e4c264a

Please sign in to comment.