This commit is contained in:
Lup Yuen Lee 2024-10-22 17:02:59 +08:00
parent a41fb018a6
commit e54e77abef

View file

@ -78,7 +78,7 @@ total_job_hours_rounded=$(
bc -l -e "r($total_job_hours,1)"
)
total_runner_hours_rounded=$(
bc -l -e "r($total_runner_hours,1)"
bc -l -e "r($total_runner_hours,0)"
)
echo date=$date
echo hours=$hours