Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed Aug 2, 2024
1 parent 6c489a8 commit bc2584f
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 @@ -36,7 +36,7 @@ echo "$prs"
}

# the current year and month
yr_mth="${2}" #"$(date +%Y-%m)"
yr_mth="${1}" #"$(date +%Y-%m)"
yr_mth_day=${yr_mth}-01

start_date="${yr_mth_day}T00:00:00"
Expand Down

0 comments on commit bc2584f

Please sign in to comment.