diff --git a/src/bash_functions.env b/src/bash_functions.env index e94394fba..72a33f450 100644 --- a/src/bash_functions.env +++ b/src/bash_functions.env @@ -48,7 +48,8 @@ Calc_Time_Minutes_in_Percent(){ # git actions didn't like this. It says it returns a exit code of 1 ??? works here. # so we will just copy paste code from Calc_Time #local actual_duration=$(Calc_Time $1) - + + # split off the seconds and turn it into a a percent. #readarray -d ":" -t time_array <<< "$actual_duration"