1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-12 09:17:41 +03:00

bug #3140: removed not defined variable

This commit is contained in:
Ruben S. Montero 2014-08-10 21:29:58 +02:00
parent 859c02a75a
commit 09d5aa1d77

View File

@ -404,10 +404,8 @@ private
if all_ec2_elements.size == 1
ec2 = all_ec2_elements[0]
else
STDERR.puts(
"Cannot find EC2 element in deployment file "<<
"#{local_dfile} or couldn't find any EC2 site matching "<<
"one of the template.")
STDERR.puts("Cannot find EC2 element in deployment file or no" \
"EC2 site matching in the template.")
exit(-1)
end
end