Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 1, 2024
1 parent a55615d commit 168752e
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 @@ -140,7 +140,7 @@ EOF
# $1: source to process (default is all sources)
print_stats() {
printf "%5s |%10s |%8s%% | %s\n" \
"$(sum "$TODAY" "$1")" "$(sum "$YESTERDAY" "$1")" "$(count_excluded "$1" )" "${3:-All sources}"
"$(sum "$TODAY" "$1")" "$(sum "$YESTERDAY" "$1")" "$(count_excluded "$1" )" "${2:-All sources}"
}

# Function 'sum' is an echo wrapper that returns the total sum of
Expand Down

0 comments on commit 168752e

Please sign in to comment.