From c2d837e9d5b70ebf96a08444fe4bd45d395f52b7 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Wed, 29 May 2024 12:54:14 -0700 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 f37cd170d3..fccc83327b 100755 --- a/.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh +++ b/.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh @@ -75,7 +75,7 @@ echo ' { "name": "DOLT_DEFAULT_BIN_FORMAT", "value": "'$NOMS_BIN_FORMAT'"} ], "args": [ - "--schema=/correctness.sql", + "--schema=/app/correctness.sql", "--concurrent", "--output='$format'", "--version='$version'",