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

fix recursive call

This commit is contained in:
Josh Lane 2015-01-02 11:01:27 -08:00
parent 617c50eeb8
commit 1a754d76c0

View file

@ -116,10 +116,6 @@ module Fog
end
@@connections[service]
end
def services
Fog::AWS.services
end
end
end
end