1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[fog] Typo fixed in identity

This commit is contained in:
Anshul Khandelwal 2013-02-16 16:57:23 +05:30
parent 106dc86b06
commit 9dc15001ce

View file

@ -20,7 +20,7 @@ module Fog
end
def self.providers
Fog.services[:idenity]
Fog.services[:identity]
end
end