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

cosmetic change

git-svn-id: http://svn.opennebula.org/one/trunk@724 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Rubén S. Montero 2009-07-22 13:35:54 +00:00
parent 048a083aab
commit 440d6f4da8

View File

@ -107,7 +107,7 @@ end
auth = "#{access}:#{secret}" if secret && access
begin
ec2_client = EC2QueryClient::Client.new(auth,url)
ec2_client = EC2QueryClient::Client.new(auth,url)
rescue Exception => e
puts "#{$0}: #{e.message}"
exit -1