mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
commit
e62174cf05
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ module Fog
|
|||
@scheme = options[:scheme] || 'https'
|
||||
|
||||
@connection = Fog::XML::Connection.new("#{@scheme}://#{@host}:#{@port}#{@path}", @persistent, @connection_options)
|
||||
end
|
||||
end
|
||||
|
||||
private
|
||||
def setup_credentials(options)
|
||||
|
|
|
@ -110,7 +110,7 @@ module Fog
|
|||
|
||||
def retry_event_lock
|
||||
count = 0
|
||||
reponse = nil
|
||||
response = nil
|
||||
while count < 5
|
||||
response = yield
|
||||
|
||||
|
|
Loading…
Reference in a new issue