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

remove duplicate credential defaulting code

This commit is contained in:
geemus 2010-09-07 15:39:38 -07:00
parent 08266f2f60
commit ce2a9beaf4

View file

@ -1,6 +1,6 @@
module AWS
class << self
credential = (ARGV.first && :"#{ARGV.first}") || :default
if Fog.credentials[:aws_access_key_id] && Fog.credentials[:aws_secret_access_key]
def initialized?