Skip to content

Commit

Permalink
Update get-dolt-correctness-job-json.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeegoddd authored Jan 11, 2024
1 parent 8cbeb21 commit 70b785d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -n "$nomsBinFormat" ]; then
fi

if [ -n "$issueNumber" ]; then
issueNumber="\"--issue-number==$issueNumber\","
issueNumber="\"--issue-number=$issueNumber\","
fi

resultCountQuery="select version, result, count(*) as total from results where result != 'skipped' group by result;"
Expand Down

0 comments on commit 70b785d

Please sign in to comment.