Skip to content

Commit

Permalink
#74 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 22, 2023
1 parent f8bb866 commit 6c1d5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/measure-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ echo "${metrics}" | while read -r m; do
# the directory already doesn't have the ".git" folder --- it was filtered out
# by one of the filters in the "filters/" directory. Probably, we should avoid shallow clones
# and then get an opportunity to have more Git-based metrics.
if [ "${m}" = "authors.py" ]; then continue; fi
if [ "${m}" = "authors.sh" ]; then continue; fi
if "metrics/${m}" "${java}" "${javam}"; then
while read -r t; do
IFS=' ' read -r -ra M <<< "${t}"
Expand Down

0 comments on commit 6c1d5a3

Please sign in to comment.