Skip to content
Snippets Groups Projects
Commit 49d28021 authored by ale's avatar ale
Browse files

Correct mis-named variable

parent aab3d6e7
Branches
No related tags found
No related merge requests found
Pipeline #43755 passed
......@@ -16,4 +16,4 @@ dir=${dir:-.}
abs_dir=$(cd ${dir} && pwd)
${dir}/noblogs print-local-blogs | grep -v Warning \
| xargs -n ${CONCURRENCY:-30} ${abs_dir}/noblogs "$@"
| xargs -n ${BATCH_SIZE:-30} ${abs_dir}/noblogs "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment