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

F #4989: adding support to vCenter (#249)

Signed-off-by: Carlos Herrera <cherrera@opennebula.io>
This commit is contained in:
Carlos J. Herrera 2020-09-25 08:52:06 -04:00 committed by GitHub
parent fbb2123bbc
commit e579b913f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ files_to_upload.each_with_index do |f, index|
stdout_str, status = Open3.capture2(cmd)
if last_file_to_upload?(index, files_to_upload)
puts stdout_str
puts "%s %s" % [stdout_str, "vmdk"]
end
next if status.success?