From c1cee9af8f90cc432812f3f0413336e4a8a2d27e Mon Sep 17 00:00:00 2001 From: Enis Afgan Date: Tue, 26 Mar 2024 14:53:05 -0400 Subject: [PATCH] Check precise variable 1 Co-authored-by: Helena --- parts/22-query.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/22-query.sh b/parts/22-query.sh index 718646e..ae3d6a2 100644 --- a/parts/22-query.sh +++ b/parts/22-query.sh @@ -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