1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M #-: fix minor bug in VM CLI charters (#1182)

This commit is contained in:
Alejandro Huertas Herrero 2021-05-05 10:52:41 +02:00 committed by GitHub
parent 022322cdf8
commit c1770856f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1375,7 +1375,7 @@ CommandParser::CmdParser.new(ARGV) do
charters.each do |action, time|
sched = "+#{time[:time].to_i + acc_t}"
helper.schedule_actions(args[0],
helper.schedule_actions([args[0]].flatten,
{ :schedule => sched },
action.to_s,
time[:warning][:time] + acc_w)