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:
parent
2890ddbd69
commit
20e48034b5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user