Update gen-docs.sh

This commit is contained in:
Kjeld Schouten-Lebbing
2022-04-03 10:33:07 +02:00
committed by GitHub
parent f0b5b96987
commit c05817a4b8

View File

@@ -153,5 +153,5 @@ generate_docs() {
export -f generate_docs
parthreads=$(($(nproc) * 2))
parallel -j ${parthreads} chart_runner '2>&1' ::: ${1}
parallel -j ${parthreads} chart_runner '2>&1' ::: ${1[@]}
echo "Starting post-processing"