1
0
Fork 0
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:
Rupak Ganguly 2012-07-09 15:23:30 -04:00
parent b7061af9fb
commit 0619ef0f38

View file

@ -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 = {})