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

vCenter CP typo (#2243)

This commit is contained in:
Sergio Semedi Barranco 2018-07-02 10:28:49 +02:00 committed by Tino Vázquez
parent 2890ddbd69
commit 20e48034b5

View File

@ -97,7 +97,7 @@ if VCenterDriver::FileHelper.is_remote_or_needs_unpack?(img_path)
rc = system("#{downloader} #{img_path} #{temp_file}")
if there_is_not_system_error(rc)
if there_is_not_system_error?(rc)
STDERR.puts "Error downloading #{img_path}"
FileUtils.rm_rf(temp_file)
exit -1