Skip to content

Commit

Permalink
Update update_readme.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 1, 2024
1 parent b869d84 commit ccc5297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/update_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ count_excluded() {
parked_count="$(csvcut -c 9 rows.tmp | awk '{total += $1} END {print total}')"

excluded_count="$(( white_count + dead_count + redundant_count + parked_count ))"
printf "%s" "$((excluded_count*100/raw_count))"
printf "%s" "$(( excluded_count * 100 / raw_count ))"
}

# Entry point
Expand Down

0 comments on commit ccc5297

Please sign in to comment.