Skip to content

Commit

Permalink
print raw
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed Aug 2, 2024
1 parent 6e562ba commit dec3600
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions monthly_summary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

: <<'BASH_DOC_MODULE'
This command
Running `monthly_summary.sh 2024-07` produces an md-formatted summary of all the PRs that were
merged into mathlib master in the month 2024-07
BASH_DOC_MODULE

Expand All @@ -27,7 +28,7 @@ if [ "$#" -gt 2 ]; then
fi

raw="${2}"

echo "raw is ${raw}"
rm -rf found_by_gh.txt found_by_git.txt

findInRange () {
Expand Down

0 comments on commit dec3600

Please sign in to comment.