Skip to content

Commit

Permalink
Update summarize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lueFlake authored Oct 15, 2024
1 parent 3485997 commit 2aaa7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steps/summarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ for metric in ${metrics}; do
fi
echo "${repo},${count},${sum},${average},${mean},${min},${max}" >> "${summary_file}"
done < "${TARGET}/temp/repos-to-aggregate.txt"
echo "Metric ${metric} summarized in ${summary_file}"
echo "Metric ${metric} summarized in ${summary_file}."
done
echo "All metrics summarized."
echo "All metrics summarized."

0 comments on commit 2aaa7e8

Please sign in to comment.