Fix typo.

pull/6697/head
Gokhan Gulbiz 2023-02-07 10:32:14 +03:00
parent 9ffeeac516
commit 599cd56559
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ jobs:
then then
errors_table["$error"]="$file " errors_table["$error"]="$file "
else else
errors_table["$error"]=", ${errors_table[$error]} $file " errors_table["$error"]=" ${errors_table[$error]}, $file "
fi fi
done < <(grep -noR "ERROR:.*" logs/citus) done < <(grep -noR "ERROR:.*" logs/citus)