Skip to content

Commit

Permalink
#185 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 3, 2024
1 parent 229f2b9 commit b44e5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/aggregate.sh
Expand Up @@ -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
Expand Down

0 comments on commit b44e5de

Please sign in to comment.