Skip to content

Commit

Permalink
git actions are being stubborn
Browse files Browse the repository at this point in the history
  • Loading branch information
RobHanna-NOAA committed Jan 24, 2024
1 parent 1b6a6da commit 7406f8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bash_functions.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 7406f8a

Please sign in to comment.