mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[compute|brightbox] Fixed typo in connection options
This commit is contained in:
parent
0ec38a2587
commit
1f5b152839
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ module Fog
|
|||
@connection_options = options[:connection_options] || {}
|
||||
@brightbox_client_id = options[:brightbox_client_id] || Fog.credentials[:brightbox_client_id]
|
||||
@brightbox_secret = options[:brightbox_secret] || Fog.credentials[:brightbox_secret]
|
||||
@persistent = options[:peristent] || false
|
||||
@persistent = options[:persistent] || false
|
||||
@connection = Fog::Connection.new(@api_url, @persistent, @connection_options)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue