mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix typo in service folder.
This commit is contained in:
parent
b7061af9fb
commit
0619ef0f38
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module Fog
|
|||
service(:cdn, 'hp/cdn', 'CDN')
|
||||
service(:compute, 'hp/compute', 'Compute')
|
||||
service(:storage, 'hp/storage', 'Storage')
|
||||
service(:block_storage, 'hp/Block_storage', 'BlockStorage')
|
||||
service(:block_storage, 'hp/block_storage', 'BlockStorage')
|
||||
|
||||
# legacy swauth 1.0/1.1 style authentication
|
||||
def self.authenticate_v1(options, connection_options = {})
|
||||
|
|
Loading…
Add table
Reference in a new issue