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:
parent
853fa96409
commit
2786183a53
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue