mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix typo in method name for DynamoDB::Mock#setup_credentials
This commit is contained in:
parent
ca53b9993e
commit
4323caef6d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module Fog
|
|||
self.class.data.delete(@aws_access_key_id)
|
||||
end
|
||||
|
||||
def setup_credientials(options)
|
||||
def setup_credentials(options)
|
||||
@aws_access_key_id = options[:aws_access_key_id]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue