From 599cd565592cfea7cd179046aad057d0b5bd51ed Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Tue, 7 Feb 2023 10:32:14 +0300 Subject: [PATCH] Fix typo. --- .github/workflows/sqlancer-test-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sqlancer-test-pipelines.yml b/.github/workflows/sqlancer-test-pipelines.yml index 52226151c..71fa7ca28 100644 --- a/.github/workflows/sqlancer-test-pipelines.yml +++ b/.github/workflows/sqlancer-test-pipelines.yml @@ -104,7 +104,7 @@ jobs: then errors_table["$error"]="$file " else - errors_table["$error"]=", ${errors_table[$error]} $file " + errors_table["$error"]=" ${errors_table[$error]}, $file " fi done < <(grep -noR "ERROR:.*" logs/citus)