Skip to content

Commit

Permalink
gate
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed Aug 2, 2024
1 parent ce1f2ef commit e19142b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions monthly_summary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ if [ "$#" -gt 2 ]; then
exit 1
fi

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

findInRange () {
Expand Down Expand Up @@ -118,7 +116,7 @@ printf -- $'---\n'

rm -rf found_by_gh.txt found_by_git.txt
} | {
if [ "${raw}" == "raw" ]
if (( $2 == "raw" ))
then
cat -
else # extra .md formatting
Expand Down

0 comments on commit e19142b

Please sign in to comment.