Skip to content

Commit

Permalink
Check precise variable 2
Browse files Browse the repository at this point in the history
Co-authored-by: Helena <[email protected]>
  • Loading branch information
afgane and hexylena authored Mar 26, 2024
1 parent c1cee9a commit ea58cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/22-query.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2585,7 +2585,7 @@ query_monthly-jobs-by-new-users() { ##? [month] [--no_state]: Number of jobs run
state="state,"
group_by_order_by="GROUP BY month, state ORDER BY month, state"

if [ $# -eq 0 ]; then
if [[ -z "$arg_month" ]]; then
arg_month=$(date +%Y-%m)
fi

Expand Down

0 comments on commit ea58cb2

Please sign in to comment.