Skip to content

Commit

Permalink
M #-: Improve handling of warning for charters (#3183)
Browse files Browse the repository at this point in the history
  • Loading branch information
paczerny authored Aug 1, 2024
1 parent aed1993 commit 018e3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/onevm
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ CommandParser::CmdParser.new(ARGV) do
rc = helper.schedule_actions([args[0]].flatten,
{ :schedule => sched },
action.to_s,
"+#{time[:warning][:time] + acc_t}")
"+#{time[:warning][:time].to_i + acc_t}")

exit(-1) if rc < 0

Expand Down

0 comments on commit 018e3e8

Please sign in to comment.