1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-01 05:47:01 +03:00

L #-: Fix indentation

This commit is contained in:
Tino Vázquez 2022-11-23 19:01:17 +01:00
parent 6191ac0635
commit b2eb5555b1
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -333,11 +333,11 @@ begin
mp_type = arg.split(',').map {|a| a.strip }
when '--timeout'
timeout = arg.to_i
when '--proxy'
ENV['http_proxy'] = arg
when '--proxy'
ENV['http_proxy'] = arg
end
end
rescue Exception => e
rescue
exit(-1)
end
@ -345,4 +345,3 @@ mp_driver = MarketPlaceDriver.new(mp_type,
:concurrency => threads,
:timeout => timeout)
mp_driver.start_driver