1
0
Fork 0
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:
James Fraser 2013-05-01 13:38:35 +10:00
parent ca53b9993e
commit 4323caef6d

View file

@ -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