Skip to content

Commit

Permalink
raw output with flag
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed Aug 2, 2024
1 parent 957c8fc commit 44af846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monthly_summary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ fi
printf -- $'---\n'

rm -rf found_by_gh.txt found_by_git.txt
} | if [ -n "${raw}" ]; then cat; else # extra .md formatting
} | if [ "${raw}" == "raw" ]; then cat; else # extra .md formatting
sed '
/ [0-9]* PRs$/{
s=^=</details><details><summary>\n=
Expand Down

0 comments on commit 44af846

Please sign in to comment.