mirror of https://github.com/citusdata/citus.git
Fix typo.
parent
9ffeeac516
commit
599cd56559
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue