Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Dec 9, 2024
1 parent a3cdf9f commit 694cde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ print_stats() {
this_month="$(sum "$THIS_MONTH" "$1")"
total_this_month="$(sum "$THIS_MONTH")"

printf "%5s |%8s |%8s%% |%9s%% | %s" \
printf "%5s |%8s |%8s% % |%9s% % | %s" \
"$(sum "$TODAY" "$1")" "$this_month" \
"$(( this_month * 100 / total_this_month ))" "$(sum_excluded "$1" )" "${1:-All sources}"
}
Expand Down

0 comments on commit 694cde6

Please sign in to comment.