From 70b785d83e3017846f971a23b700c4576f99665c Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Thu, 11 Jan 2024 14:08:30 -0800 Subject: [PATCH] Update get-dolt-correctness-job-json.sh --- .../scripts/sql-correctness/get-dolt-correctness-job-json.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh b/.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh index 67a3ea1269..1c1160ce0d 100755 --- a/.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh +++ b/.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh @@ -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;"