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

[aws] Fixes typo in fetching credentials error

This commit is contained in:
Paul Thornthwaite 2013-01-21 17:34:33 +00:00
parent 853fa96409
commit 2786183a53

View file

@ -21,7 +21,7 @@ module Fog
#these indicate the metadata service is unavailable or has no profile setup
credentials
rescue Excon::Errors::Error => e
Fog::Logger.warning("Unable to fetch credentuals: #{e.message}")
Fog::Logger.warning("Unable to fetch credentials: #{e.message}")
super
end
else