From b44e5de11a9e281c05f5691d92d9fe5ab0986809 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Sun, 3 Mar 2024 07:48:11 +0300 Subject: [PATCH] #185 typo --- steps/aggregate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/aggregate.sh b/steps/aggregate.sh index 82c3b670..361cd115 100755 --- a/steps/aggregate.sh +++ b/steps/aggregate.sh @@ -56,7 +56,7 @@ echo -n "${metrics}" | while IFS= read -r a; do done printf "\n" >> "${all}" -echo "All $(wc -l "${all}" | xargs) projects aggregated("${LOCAL}/help/tdiff.sh" "${start}")" +echo "All $(wc -l "${all}" | xargs) projects aggregated$("${LOCAL}/help/tdiff.sh" "${start}")" printf "\n" jobs=${TARGET}/temp/jobs/aggregate-join-jobs.txt