Skip to content

Commit

Permalink
Check precise variable 1
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 78f1426 commit c1cee9a
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 @@ -2625,7 +2625,7 @@ query_monthly-jobs-by-new-multiday-users() { ##? [month]: Number of jobs run by
2024-02 | 2771
EOF

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

Expand Down

0 comments on commit c1cee9a

Please sign in to comment.